2014-04-09 19:13:46 +02:00
|
|
|
<?php
|
2013-10-23 12:58:15 +02:00
|
|
|
|
2014-06-20 13:46:09 +02:00
|
|
|
$objectName = $this->is_service ? 'Services' : 'Hosts';
|
|
|
|
|
|
|
|
?>
|
2014-04-09 19:13:46 +02:00
|
|
|
<tr class="newsection">
|
2014-06-20 13:46:09 +02:00
|
|
|
<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 />
|
2014-06-20 13:46:09 +02:00
|
|
|
<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')
|
2014-06-20 13:46:09 +02:00
|
|
|
?> Schedule Downtimes</a>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
Change <a data-base-target='_next' href="<?= $this->href('') ?>"> <?= count($downtimes) ?> downtimes</a>.
|
|
|
|
</td>
|
2014-04-09 19:13:46 +02:00
|
|
|
</tr>
|