2014-04-09 19:13:46 +02:00
|
|
|
<?php
|
|
|
|
$objectName = $this->is_service ? 'Services' : 'Hosts';
|
|
|
|
?>
|
2013-10-23 12:58:15 +02:00
|
|
|
|
2014-04-09 19:13:46 +02:00
|
|
|
<tr class="newsection">
|
|
|
|
<th>
|
2014-04-16 19:43:56 +02:00
|
|
|
<?= count($downtimes) ?> Downtimes
|
2014-04-09 19:13:46 +02:00
|
|
|
</th>
|
|
|
|
<td>
|
2014-04-16 19:43:56 +02:00
|
|
|
<a href="<?=$this->href('monitoring/command/removedowntime', $this->target); ?>">
|
|
|
|
<?= $this->icon('remove_petrol.png') ?> Remove Downtimes
|
|
|
|
</a> <br />
|
2014-04-09 19:13:46 +02:00
|
|
|
<a
|
|
|
|
title="Schedule downtimes for all selected <?= $objectName ?>"
|
|
|
|
href="<?= $this->href('monitoring/command/scheduledowntime', $this->target); ?>"
|
2014-04-16 19:43:56 +02:00
|
|
|
>
|
2014-04-09 19:13:46 +02:00
|
|
|
<?= $this->icon('in_downtime_petrol.png') ?> Schedule Downtimes
|
|
|
|
</a>
|
|
|
|
</td>
|
2014-04-16 19:43:56 +02:00
|
|
|
<td>
|
|
|
|
Change <a href="<?= $this->href('') ?>"
|
|
|
|
> <?= count($downtimes) ?>
|
|
|
|
</a> downtimes.
|
|
|
|
</td>
|
2014-04-09 19:13:46 +02:00
|
|
|
</tr>
|