parent
0436f4fdb9
commit
378be3fd06
|
@ -86,7 +86,6 @@ class AlertsummaryController extends Controller
|
|||
$this->view->notificationsUrl = 'monitoring/list/notifications';
|
||||
|
||||
$this->setupLimitControl();
|
||||
$this->setupPaginationControl($this->view->notifications);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
<?= $intervalBox; ?>
|
||||
</div>
|
||||
<?= $this->limiter; ?>
|
||||
<?= $this->paginator; ?>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
<div class="content alertsummary">
|
||||
|
|
Loading…
Reference in New Issue