From a6338fc7448261de8a7f4124accfba79e3c3f292 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 20 Nov 2015 15:34:18 +0100 Subject: [PATCH] monitoring: Update comment-list styles in the downtimer overview --- .../partials/downtime/downtime-header.phtml | 47 +++++++++---------- 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml b/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml index cc5c79d9a..4dcd50b05 100644 --- a/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml +++ b/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml @@ -8,7 +8,7 @@ -
+
icon('service', $this->translate('Service')); ?> qlink( $downtime->host_display_name . ': ' . $downtime->service_display_name, @@ -38,33 +38,32 @@ ) ); ?> - + translate('by') ?> escape($downtime->author_name) ?> - - is_flexible): ?> - icon('magic', $this->translate('This downtime is flexible')); ?> - + + + is_flexible): ?> + icon('magic', $this->translate('This downtime is flexible')); ?> + - is_in_effect): ?> - icon('plug', $this->translate('This downtime is in effect')); ?> - + is_in_effect): ?> + icon('plug', $this->translate('This downtime is in effect')); ?> + - - setAttrib('class', $deleteButton->getAttrib('class') . ' remove-action'); - $deleteButton->populate( - array( - 'downtime_id' => $downtime->id, - 'downtime_is_service' => isset($downtime->service_description) - ) - ); - echo $deleteButton; - ?> - - + setAttrib('class', $deleteButton->getAttrib('class') . ' remove-action'); + $deleteButton->populate( + array( + 'downtime_id' => $downtime->id, + 'downtime_is_service' => isset($downtime->service_description) + ) + ); + echo $deleteButton; + } ?>