diff --git a/modules/monitoring/application/views/scripts/partials/object/host-header.phtml b/modules/monitoring/application/views/scripts/partials/object/host-header.phtml index 35f17489a..673d75d62 100644 --- a/modules/monitoring/application/views/scripts/partials/object/host-header.phtml +++ b/modules/monitoring/application/views/scripts/partials/object/host-header.phtml @@ -5,33 +5,26 @@ 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) ?> - host_display_name !== $object->host_name): ?> - (escape($object->host_name) ?>) - - host_address6 && $object->host_address6 !== $object->host_name): ?> -
- - escape($object->host_address6) ?> - - - host_address && $object->host_address !== $object->host_name): ?> -
- - escape($object->host_address) ?> - - - render('partials/host/statusicons.phtml') ?> -

+ iconImage()->host($object) ?> + escape($object->host_display_name) ?> + host_display_name !== $object->host_name): ?> + (escape($object->host_name) ?>) + + render('partials/host/statusicons.phtml') ?> + host_address6 && $object->host_address6 !== $object->host_name): ?> +
+ escape($object->host_address6) ?> +
+ + host_address && $object->host_address !== $object->host_name): ?> +
+ escape($object->host_address) ?> +
+