From 5b2649ac278689ab5158f3bbaaf74ce34dc94417 Mon Sep 17 00:00:00 2001 From: Matthias Jentsch Date: Thu, 1 Oct 2015 10:13:35 +0200 Subject: [PATCH] monitoring: new layout for event history refs #5543 --- .../views/scripts/list/eventhistory.phtml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/modules/monitoring/application/views/scripts/list/eventhistory.phtml b/modules/monitoring/application/views/scripts/list/eventhistory.phtml index 8cf9dadb9..afe84b347 100644 --- a/modules/monitoring/application/views/scripts/list/eventhistory.phtml +++ b/modules/monitoring/application/views/scripts/list/eventhistory.phtml @@ -22,7 +22,7 @@ if (! $this->compact): ?>
- +
peekAhead() as $event): ?> compact): ?> break; } ?> - - +
+
getIteratorPosition() % $limit === 0): ?> escape($title); ?> -
- timeAgo($event->timestamp, $this->compact); ?> +

timeAgo($event->timestamp, $this->compact); ?>

- + icon($icon, $title); ?> + link()->service( $event->service_description, $event->service_display_name, $event->host_name, $event->host_display_name, 'rowaction' ) ?> link()->host($event->host_name, $event->host_display_name) ?> -
-
- icon($icon, $title); ?> escape($msg) ?> -
+

+ escape($msg) ?> +