diff --git a/modules/monitoring/application/views/scripts/list/servicegrid.phtml b/modules/monitoring/application/views/scripts/list/servicegrid.phtml index bc54508c6b..dff055419a 100644 --- a/modules/monitoring/application/views/scripts/list/servicegrid.phtml +++ b/modules/monitoring/application/views/scripts/list/servicegrid.phtml @@ -5,9 +5,17 @@ use Icinga\Web\Url; if (! $this->compact): ?>
tabs; ?> - sortBox; ?> - limiter; ?> - paginator; ?> +
+
+ limiter ?> +
+
+ paginator ?> +
+
+ sortBox ?> +
+
filterEditor; ?>
@@ -103,6 +111,7 @@ $hostFilter = '(host_name=' . implode('|host_name=', array_keys($pivotData)) . ' ), array( 'data-base-target' => '_self', + 'class' => 'action-link' ) ) ?> @@ -121,7 +130,8 @@ $hostFilter = '(host_name=' . implode('|host_name=', array_keys($pivotData)) . ' ($this->verticalPaginator->getItemCountPerPage() + 20) ), array( - 'data-base-target' => '_self' + 'data-base-target' => '_self', + 'class' => 'action-link' ) ) ?>