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 335c0b3617..7fcf7524d2 100644 --- a/modules/monitoring/application/views/scripts/partials/host/object-header.phtml +++ b/modules/monitoring/application/views/scripts/partials/host/object-header.phtml @@ -4,21 +4,21 @@ use Icinga\Module\Monitoring\Object\Host; ?> -
- host_state, true); ?>
- timeSince($object->host_last_state_change); ?> +
+ host_state, true) ?>
+ timeSince($object->host_last_state_change) ?>
iconImage()->host($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') ?>