diff --git a/modules/monitoring/application/views/scripts/downtime/show.phtml b/modules/monitoring/application/views/scripts/downtime/show.phtml index d71b92c55..c6084a29f 100644 --- a/modules/monitoring/application/views/scripts/downtime/show.phtml +++ b/modules/monitoring/application/views/scripts/downtime/show.phtml @@ -80,37 +80,72 @@

- + - + - + - - - + + + - - - + + + - - - - - - + + - - + + + + + + + + + downtime->is_flexible): ?> + + + + + + + + + + + + + + + +
translate('Author') ?>escape($this->downtime->author_name) ?>icon('user') ?> escape($this->downtime->author_name) ?>
translate('Comments') ?>escape($this->downtime->comment) ?>
translate('Comment') ?>icon('comment') ?> escape($this->downtime->comment) ?>
translate('Scheduled start') ?>downtime->scheduled_start) ?>
translate('Entry Time') ?> escape($this->downtime->entry_time)) ?>
translate('Scheduled end') ?>downtime->scheduled_end) ?>
translate('Is Flexible') ?>
escape( + $this->downtime->is_flexible ? + $this->translate('Flexible') : $this->translate('Fixed') + ); ?> escape( $this->downtime->is_flexible ? - $this->translate('Yes') : $this->translate('No') - ); - ?> + $this->translate('Flexible downtimes have a hard start and end time,' + . ' but also an additional restriction on the duration in which ' + . ' the host or service may actually be down.') : + $this->translate('Fixed downtimes have a static start and end time.') + ); ?>
translate('In Effect') ?>
translate('Scheduled start') ?>downtime->scheduled_start) ?>
translate('Scheduled end') ?>downtime->scheduled_end) ?>
translate('Duration') ?>format()->duration($this->escape($this->downtime->duration)); ?>
translate('Actual start time') ?>start); ?>
translate('Actual end time') ?>end); ?>
translate('In effect') ?> escape( $this->downtime->is_in_effect ?