diff --git a/modules/monitoring/application/views/scripts/list/contacts.phtml b/modules/monitoring/application/views/scripts/list/contacts.phtml
index 5517f4fc3..aca29d88e 100644
--- a/modules/monitoring/application/views/scripts/list/contacts.phtml
+++ b/modules/monitoring/application/views/scripts/list/contacts.phtml
@@ -1,10 +1,10 @@
compact): ?>
-
+
= $tabs ?>
+ = $this->sortBox ?>
= $this->limiter ?>
= $this->paginator ?>
- = $this->sortBox ?>
= $this->filterEditor ?>
diff --git a/modules/monitoring/application/views/scripts/list/downtimes.phtml b/modules/monitoring/application/views/scripts/list/downtimes.phtml
index 56be44ffd..9a07a0f15 100644
--- a/modules/monitoring/application/views/scripts/list/downtimes.phtml
+++ b/modules/monitoring/application/views/scripts/list/downtimes.phtml
@@ -5,11 +5,11 @@ use Icinga\Module\Monitoring\Object\Service;
if (! $this->compact): ?>
= $tabs ?>
+ = $this->render('list/components/selectioninfo.phtml') ?>
+ = $this->sortBox ?>
= $this->limiter ?>
= $this->paginator ?>
- = $this->render('list/components/selectioninfo.phtml') ?>
- = $this->sortBox ?>
= $this->filterEditor ?>
diff --git a/modules/monitoring/application/views/scripts/list/eventhistory.phtml b/modules/monitoring/application/views/scripts/list/eventhistory.phtml
index 4923f2079..32bb3d128 100644
--- a/modules/monitoring/application/views/scripts/list/eventhistory.phtml
+++ b/modules/monitoring/application/views/scripts/list/eventhistory.phtml
@@ -1,13 +1,13 @@
compact): ?>
-
+
= $this->tabs ?>
- = $this->limiter ?>
= $this->sortBox ?>
+ = $this->limiter ?>
+ = $this->filterEditor ?>
- = $this->filterEditor ?>
= $this->partial(
diff --git a/modules/monitoring/application/views/scripts/list/hostgroups.phtml b/modules/monitoring/application/views/scripts/list/hostgroups.phtml
index 1eb5e754d..335903f1b 100644
--- a/modules/monitoring/application/views/scripts/list/hostgroups.phtml
+++ b/modules/monitoring/application/views/scripts/list/hostgroups.phtml
@@ -2,12 +2,12 @@
use Icinga\Module\Monitoring\Web\Widget\StateBadges;
/** @var \Icinga\Module\Monitoring\DataView\Hostgroup $hostgroups */
if (! $this->compact): ?>
-
+
= $tabs ?>
+ = $this->sortBox ?>
= $this->limiter ?>
= $this->paginator ?>
- = $this->sortBox ?>
= $this->filterEditor ?>
diff --git a/modules/monitoring/application/views/scripts/list/hosts.phtml b/modules/monitoring/application/views/scripts/list/hosts.phtml
index 53b543625..073ba0033 100644
--- a/modules/monitoring/application/views/scripts/list/hosts.phtml
+++ b/modules/monitoring/application/views/scripts/list/hosts.phtml
@@ -2,16 +2,16 @@
use Icinga\Module\Monitoring\Object\Host;
if (! $this->compact): ?>
-
+
= $this->tabs ?>
= $this->render('list/components/hostssummary.phtml') ?>
= $this->render('list/components/selectioninfo.phtml') ?>
+ = $this->sortBox ?>
= $this->limiter ?>
= $this->paginator ?>
- = $this->sortBox ?>
= $this->filterEditor ?>
diff --git a/modules/monitoring/application/views/scripts/list/notifications.phtml b/modules/monitoring/application/views/scripts/list/notifications.phtml
index a70eb6932..18c029805 100644
--- a/modules/monitoring/application/views/scripts/list/notifications.phtml
+++ b/modules/monitoring/application/views/scripts/list/notifications.phtml
@@ -3,12 +3,12 @@ use Icinga\Module\Monitoring\Object\Host;
use Icinga\Module\Monitoring\Object\Service;
if (! $this->compact): ?>
-
+
= $tabs ?>
+ = $this->sortBox ?>
= $this->limiter ?>
= $this->paginator ?>
- = $this->sortBox ?>
= $this->filterEditor ?>
diff --git a/modules/monitoring/application/views/scripts/list/servicegroups.phtml b/modules/monitoring/application/views/scripts/list/servicegroups.phtml
index ca7dfc325..8be3836c7 100644
--- a/modules/monitoring/application/views/scripts/list/servicegroups.phtml
+++ b/modules/monitoring/application/views/scripts/list/servicegroups.phtml
@@ -1,12 +1,12 @@
compact): ?>
-
+
= $tabs ?>
+ = $this->sortBox ?>
= $this->limiter ?>
= $this->paginator ?>
- = $this->sortBox ?>
= $this->filterEditor ?>
diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml
index b0e75c267..9086fe40e 100644
--- a/modules/monitoring/application/views/scripts/list/services.phtml
+++ b/modules/monitoring/application/views/scripts/list/services.phtml
@@ -3,16 +3,16 @@ use Icinga\Module\Monitoring\Object\Host;
use Icinga\Module\Monitoring\Object\Service;
if (! $this->compact): ?>
-
+
= $this->tabs ?>
= $this->render('list/components/servicesummary.phtml') ?>
= $this->render('list/components/selectioninfo.phtml') ?>
+ = $this->sortBox ?>
= $this->limiter ?>
= $this->paginator ?>
- = $this->sortBox ?>
= $this->filterEditor ?>