downtimes)): ?> downtimes as $downtime) { $row = array(); if ($downtime->downtime_is_in_effect === '1') { $row[] = 'Running
since '. $this->timeSince($downtime->downtime_actual_start_time); } else { if ($downtime->downtime_is_fixed) { $row[] = 'Scheduled
for '. $downtime->downtime_scheduled_start_time; } else { $row[] = 'Waiting'; } } $row[] = sprintf( 'Triggered by %s: %s', $downtime->downtime_author_name, $downtime->downtime_comment_data ); $row[] = ''; $list[] = ''. implode('', $row). ''; } ?>
Downtimes
', $list); ?>