diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml
index 211347f53..d8fd5d4b5 100644
--- a/modules/monitoring/application/views/scripts/list/services.phtml
+++ b/modules/monitoring/application/views/scripts/list/services.phtml
@@ -5,14 +5,12 @@ 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->render('list/components/servicesummary.phtml') ?>
+ = $this->render('list/components/selectioninfo.phtml') ?>
+ = $this->paginator ?>
+
= $this->limiter ?>
- = $this->paginator ?>
+ = $this->sortBox ?>
= $this->filterEditor ?>
@@ -101,16 +99,16 @@ if (! $this->compact): ?>
hasMore()): ?>
-
- = $this->qlink(
- $this->translate('Show More'),
- $this->url()->without(array('view', 'limit')),
- null,
- array(
- 'data-base-target' => '_next',
- 'class' => 'action-link'
- )
- ) ?>
-
+
+ = $this->qlink(
+ $this->translate('Show More'),
+ $this->url()->without(array('view', 'limit')),
+ null,
+ array(
+ 'class' => 'action-link',
+ 'data-base-target' => '_next'
+ )
+ ) ?>
+