From 8ca6cc32b2c789a3149861159ad258f2cb9491e3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:39:39 +0200 Subject: Adding upstream version 2.11.4. Signed-off-by: Daniel Baumann --- .../application/views/scripts/host/services.phtml | 23 ++++++++++++++++++++++ .../application/views/scripts/host/show.phtml | 14 +++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 modules/monitoring/application/views/scripts/host/services.phtml create mode 100644 modules/monitoring/application/views/scripts/host/show.phtml (limited to 'modules/monitoring/application/views/scripts/host') diff --git a/modules/monitoring/application/views/scripts/host/services.phtml b/modules/monitoring/application/views/scripts/host/services.phtml new file mode 100644 index 0000000..ac1dc5b --- /dev/null +++ b/modules/monitoring/application/views/scripts/host/services.phtml @@ -0,0 +1,23 @@ + + +
+ compact): ?> + tabs; ?> + + render('partials/object/host-header.phtml') ?> + baseFilter = Filter::where('host', $object->host_name); + $this->stats = $object->stats; + echo $this->render('list/components/servicesummary.phtml'); + ?> +
+partial( + 'list/services.phtml', + 'monitoring', + array( + 'compact' => true, + 'showHost' => false, + 'services' => $services, + 'addColumns' => array() + ) +); ?> diff --git a/modules/monitoring/application/views/scripts/host/show.phtml b/modules/monitoring/application/views/scripts/host/show.phtml new file mode 100644 index 0000000..72f5af4 --- /dev/null +++ b/modules/monitoring/application/views/scripts/host/show.phtml @@ -0,0 +1,14 @@ + +
+compact): ?> + tabs ?> + + render('partials/object/host-header.phtml') ?> +stats = $object->stats; + $this->baseFilter = Filter::where('host', $object->host_name); + echo $this->render('list/components/servicesummary.phtml'); +?> + render('partials/object/quick-actions.phtml') ?> +
+render('partials/object/detail-content.phtml') ?> -- cgit v1.2.3