mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
Add hint in the grid if there are no active downtimes
This commit is contained in:
parent
d0651e9e7f
commit
dc1960184d
@ -14,8 +14,8 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<?= $this->filterEditor ?>
|
<?= $this->filterEditor ?>
|
||||||
<?php if (empty($downtimes)): ?>
|
<?php if (count($downtimes) === 0): ?>
|
||||||
<?= $this->translate('No downtimes matching the filter'); ?>
|
<?= $this->translate('No active downtimes'); ?>
|
||||||
</div>
|
</div>
|
||||||
<?php return; endif ?>
|
<?php return; endif ?>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user