diff --git a/modules/monitoring/application/views/scripts/list/eventhistory.phtml b/modules/monitoring/application/views/scripts/list/eventhistory.phtml index 8d47ee41a..02876c3d1 100644 --- a/modules/monitoring/application/views/scripts/list/eventhistory.phtml +++ b/modules/monitoring/application/views/scripts/list/eventhistory.phtml @@ -12,21 +12,21 @@ $history->limit($limit * $page); if (! $this->compact): ?>
- tabs; ?> + tabs ?>
limiter ?>
sortBox ?>
- filterEditor; ?> + filterEditor ?>
@@ -84,15 +84,15 @@ if (! $this->compact): ?> break; } ?> - + getIteratorPosition() % $limit === 0): ?> - + - escape($title); ?> -

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

+ escape($title) ?> +

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

- icon($icon, $title); ?> + icon($icon, $title) ?> link()->service( $event->service_description, $event->service_display_name, $event->host_name, $event->host_display_name, 'rowaction' @@ -109,7 +109,7 @@ if (! $this->compact): ?> hasResult()): ?> - translate('No history events found matching the filter'); ?> + translate('No history events found matching the filter') ?> hasMore()): ?> compact): ?> qlink( @@ -120,7 +120,7 @@ if (! $this->compact): ?> 'data-base-target' => '_next', 'class' => 'pull-right action-link' ) - ); ?> + ) ?> qlink( $this->translate('Load More'), @@ -132,7 +132,7 @@ if (! $this->compact): ?> 'id' => 'load-more', 'class' => 'pull-right action-link' ) - ); ?> + ) ?>