From 3f821ac2840a3381c2c82c12add00bc11187fa6f Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 25 Sep 2015 11:06:31 +0200 Subject: [PATCH] monitoring: Remove trailing semicolon from inline echo tags in the service detail header refs #5543 --- .../partials/service/object-header.phtml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/monitoring/application/views/scripts/partials/service/object-header.phtml b/modules/monitoring/application/views/scripts/partials/service/object-header.phtml index 100acea36..4f65270bd 100644 --- a/modules/monitoring/application/views/scripts/partials/service/object-header.phtml +++ b/modules/monitoring/application/views/scripts/partials/service/object-header.phtml @@ -4,35 +4,35 @@ use Icinga\Module\Monitoring\Object\Service; ?> - - +
- host_state, true); ?>
+
+ host_state, true) ?>
timeSince($object->host_last_state_change) ?>
iconImage()->service($object) ?> - escape($object->host_display_name); ?> + escape($object->host_display_name) ?> host_display_name !== $object->host_name): ?> - (escape($object->host_name); ?>) + (escape($object->host_name) ?>) host_address && $object->host_address !== $object->host_name): ?>
- escape($object->host_address); ?> + escape($object->host_address) ?> - render('partials/host/statusicons.phtml'); ?> + render('partials/host/statusicons.phtml') ?>
- service_state, true); ?>
+ service_state, true) ?>
timeSince($object->service_last_state_change) ?>
iconImage()->host($object) ?> - translate('Service'); ?>: escape($object->service_display_name); ?> + translate('Service') ?>: escape($object->service_display_name) ?> service_display_name !== $object->service_description): ?> - (escape($object->service_description); ?>) + (escape($object->service_description) ?>) - render('partials/service/statusicons.phtml'); ?> + render('partials/service/statusicons.phtml') ?>