Alertsummary: Remove pagination control

refs #5543
This commit is contained in:
Johannes Meyer 2015-10-01 18:14:41 +02:00
parent 0436f4fdb9
commit 378be3fd06
2 changed files with 0 additions and 2 deletions

View File

@ -86,7 +86,6 @@ class AlertsummaryController extends Controller
$this->view->notificationsUrl = 'monitoring/list/notifications'; $this->view->notificationsUrl = 'monitoring/list/notifications';
$this->setupLimitControl(); $this->setupLimitControl();
$this->setupPaginationControl($this->view->notifications);
} }
/** /**

View File

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