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; = $this->hostFlags($object) ?> host_address6 && $object->host_address6 !== $object->host_name): ?> -
+ host_address && $object->host_address !== $object->host_name): ?> - + 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; = $this->hostFlags($object) ?> host_address6 && $object->host_address6 !== $object->host_name): ?> - + host_address && $object->host_address !== $object->host_name): ?> - +