mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
parent
2dda3be87b
commit
918ac21d6d
@ -4,19 +4,17 @@ use Icinga\Module\Monitoring\Object\Host;
|
|||||||
use Icinga\Module\Monitoring\Object\Service;
|
use Icinga\Module\Monitoring\Object\Service;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php if (! $this->compact): ?>
|
<?php if (! $this->compact): ?>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<?= $this->tabs ?>
|
<?= $this->tabs ?>
|
||||||
<div class="dontprint" style="margin: 1em;">
|
<?= $this->sortControl->render($this) ?>
|
||||||
<?= $this->translate('Sort by') ?> <?= $this->sortControl->render($this) ?>
|
|
||||||
</div>
|
|
||||||
<?= $this->widget('limiter') ?>
|
<?= $this->widget('limiter') ?>
|
||||||
<?= $this->paginationControl($notifications, null, null, array('preserve' => $this->preserve)) ?>
|
<?= $this->paginationControl($notifications, null, null, array('preserve' => $this->preserve)) ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<h1 tabindex="-1"><?= $this->translate('Notifications'); ?></h1>
|
||||||
<?php if (count($notifications) === 0): ?>
|
<?php if (count($notifications) === 0): ?>
|
||||||
<?= $this->translate('No notifications matching the filter') ?>
|
<?= $this->translate('No notifications matching the filter') ?>
|
||||||
<?php return; endif ?>
|
<?php return; endif ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user