Skip to content

Commit

Permalink
Alertsummary: Remove pagination control
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
Johannes Meyer committed Oct 1, 2015
1 parent 0436f4f commit 378be3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -86,7 +86,6 @@ public function indexAction()
$this->view->notificationsUrl = 'monitoring/list/notifications';

$this->setupLimitControl();
$this->setupPaginationControl($this->view->notifications);
}

/**
Expand Down
Expand Up @@ -5,7 +5,6 @@
<?= $intervalBox; ?>
</div>
<?= $this->limiter; ?>
<?= $this->paginator; ?>
</div>
<?php endif ?>
<div class="content alertsummary">
Expand Down

0 comments on commit 378be3f

Please sign in to comment.