No Downtimes |
= $this->getHelper('CommandForm')->iconSubmitForm(
'img/icons/remove.png',
'Remove Downtime',
'btn-small',
'removedowntime',
array(
'downtimeid' => $downtime->downtime_internal_downtime_id,
'host' => $downtime->host,
'service' => $downtime->service
)
); ?>
downtime_is_in_effect === '1'): ?>
In scheduled downtime since = $this->timeSince($downtime->downtime_start); ?>
downtime_is_fixed): ?>
Downtime scheduled for = $downtime->downtime_start; ?>
Waiting
= $downtime->downtime_author; ?>: = $downtime->downtime_comment; ?>
|