diff --git a/modules/monitoring/application/views/scripts/show/components/downtime.phtml b/modules/monitoring/application/views/scripts/show/components/downtime.phtml index 184fcc44e..0123278e5 100644 --- a/modules/monitoring/application/views/scripts/show/components/downtime.phtml +++ b/modules/monitoring/application/views/scripts/show/components/downtime.phtml @@ -73,33 +73,30 @@ if (empty($object->comments) && ! $addLink) { } } ?> -
+
escape($downtime->author_name) ?> - + translate('created') ?> timeAgo($downtime->entry_time) ?> - - - setAttrib('class', $deleteButton->getAttrib('class') . ' remove-action'); - $deleteButton->populate( - array( - 'downtime_id' => $downtime->id, - 'downtime_is_service' => $object->getType() === $object::TYPE_SERVICE - ) - ); - echo $deleteButton; - ?> - - + setAttrib('class', $deleteButton->getAttrib('class') . ' remove-action'); + $deleteButton->populate( + array( + 'downtime_id' => $downtime->id, + 'downtime_is_service' => $object->getType() === $object::TYPE_SERVICE + ) + ); + echo $deleteButton; + } ?>
-
-

createTicketLinks($this->escape($downtime->comment)), false) ?>

+
+ createTicketLinks($this->escape($downtime->comment)), false) ?>