icingaweb2/modules/monitoring/application/views/scripts/multi/components/downtimes.phtml

20 lines
646 B
PHTML
Raw Normal View History

<?php
2013-10-23 12:58:15 +02:00
$objectName = $this->is_service ? 'Services' : 'Hosts';
?>
<tr class="newsection">
<th><?= count($downtimes) ?> Downtimes</th>
<td>
<a href="<?=$this->href('monitoring/command/removedowntime', $this->target); ?>"><?=
2014-11-13 20:08:58 +01:00
$this->icon('minus') ?>Remove Downtimes</a><br />
<a title="Schedule downtimes for all selected <?= $objectName ?>" href="<?=
$this->href('monitoring/command/scheduledowntime', $this->target) ?>"><?=
2014-11-13 20:08:58 +01:00
$this->icon('plug')
?> Schedule Downtimes</a>
</td>
<td>
Change <a data-base-target='_next' href="<?= $this->href('') ?>"> <?= count($downtimes) ?> downtimes</a>.
</td>
</tr>