diff --git a/modules/monitoring/application/views/scripts/list/hosts.phtml b/modules/monitoring/application/views/scripts/list/hosts.phtml index 4ff367fd8..4d9e2bbce 100644 --- a/modules/monitoring/application/views/scripts/list/hosts.phtml +++ b/modules/monitoring/application/views/scripts/list/hosts.phtml @@ -1,6 +1,8 @@ peekAhead($this->compact); + if (! $this->compact): ?>
tabs; ?> @@ -93,5 +95,15 @@ if (! $this->compact): ?> hasResult()): ?> translate('No hosts found matching the filter'); ?> +hasMore()): ?> + qlink( + $this->translate('Show More'), + $this->url()->without(array('view', 'limit')), + null, + array( + 'data-base-target' => '_next', + 'class' => 'pull-right' + ) + ); ?>