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 3bfb35030..ef1765109 100644 --- a/modules/monitoring/application/views/scripts/partials/object/host-header.phtml +++ b/modules/monitoring/application/views/scripts/partials/object/host-header.phtml @@ -26,14 +26,10 @@ use Icinga\Module\Monitoring\Object\Host; hostFlags($object) ?> host_address6 && $object->host_address6 !== $object->host_name): ?> -
- escape($object->host_address6) ?> -
+
escape($object->host_address6) ?>
host_address && $object->host_address !== $object->host_name): ?> -
- escape($object->host_address) ?> -
+
escape($object->host_address) ?>
diff --git a/modules/monitoring/application/views/scripts/partials/object/service-header.phtml b/modules/monitoring/application/views/scripts/partials/object/service-header.phtml index a293ff6da..09b67b44f 100644 --- a/modules/monitoring/application/views/scripts/partials/object/service-header.phtml +++ b/modules/monitoring/application/views/scripts/partials/object/service-header.phtml @@ -22,14 +22,10 @@ use Icinga\Module\Monitoring\Object\Service; hostFlags($object) ?> host_address6 && $object->host_address6 !== $object->host_name): ?> -
- escape($object->host_address6) ?> -
+
escape($object->host_address6) ?>
host_address && $object->host_address !== $object->host_name): ?> -
- escape($object->host_address) ?> -
+
escape($object->host_address) ?>