From 3e02d5aff85babc3ffbfcf52313f2108e313aa23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:46:43 +0200 Subject: Adding upstream version 2.12.1. Signed-off-by: Daniel Baumann --- .../scripts/partials/host/objects-header.phtml | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 modules/monitoring/application/views/scripts/partials/host/objects-header.phtml (limited to 'modules/monitoring/application/views/scripts/partials/host') diff --git a/modules/monitoring/application/views/scripts/partials/host/objects-header.phtml b/modules/monitoring/application/views/scripts/partials/host/objects-header.phtml new file mode 100644 index 0000000..48141e2 --- /dev/null +++ b/modules/monitoring/application/views/scripts/partials/host/objects-header.phtml @@ -0,0 +1,41 @@ + + + + $host): /** @var Host $host */ + if ($i === 5) { + break; + } ?> + + + + + + +
+ host_state) ?> +
+ timeSince($host->host_last_state_change, $this->compact) ?> +
+
+ link()->host( + $host->host_name, + $host->host_display_name + ) ?> + hostFlags($host) ?> +
+ 5): ?> + + -- cgit v1.2.3