From 8e63d892048a24cbe8a83e8b8b8e718b8f04413b Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 25 Sep 2015 11:20:01 +0200 Subject: [PATCH] monitoring: Indent the host detail w/ 4 spaces refs #5543 --- .../views/scripts/partials/host/object-header.phtml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/monitoring/application/views/scripts/partials/host/object-header.phtml b/modules/monitoring/application/views/scripts/partials/host/object-header.phtml index 37aacea20..335c0b361 100644 --- a/modules/monitoring/application/views/scripts/partials/host/object-header.phtml +++ b/modules/monitoring/application/views/scripts/partials/host/object-header.phtml @@ -9,15 +9,15 @@ use Icinga\Module\Monitoring\Object\Host; timeSince($object->host_last_state_change); ?> - iconImage()->host($object) ?> - <>escape($object->host_display_name); ?> - host_display_name !== $object->host_name): ?> + iconImage()->host($object) ?> + escape($object->host_display_name); ?> + host_display_name !== $object->host_name): ?> (escape($object->host_name); ?>) - - host_address && $object->host_address !== $object->host_name): ?> + + host_address && $object->host_address !== $object->host_name): ?>
escape($object->host_address); ?> - + render('partials/host/statusicons.phtml'); ?>