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 9ca251a8d..35f17489a 100644 --- a/modules/monitoring/application/views/scripts/partials/object/host-header.phtml +++ b/modules/monitoring/application/views/scripts/partials/object/host-header.phtml @@ -14,13 +14,21 @@ use Icinga\Module\Monitoring\Object\Host;
= $this->iconImage()->host($object) ?>
- = $this->escape($object->host_display_name) ?>
+ = $this->escape($object->host_display_name) ?>
host_display_name !== $object->host_name): ?>
- (= $this->escape($object->host_name) ?>)
+ (= $this->escape($object->host_name) ?>)
+
+ host_address6 && $object->host_address6 !== $object->host_name): ?>
+
+
+ = $this->escape($object->host_address6) ?>
+
host_address && $object->host_address !== $object->host_name): ?>
- = $this->escape($object->host_address) ?>
+
+ = $this->escape($object->host_address) ?>
+
= $this->render('partials/host/statusicons.phtml') ?>
= $this->iconImage()->service($object) ?>
- = $this->escape($object->host_display_name) ?>
+ = $this->escape($object->host_display_name) ?>
host_display_name !== $object->host_name): ?>
- (= $this->escape($object->host_name) ?>)
+ (= $this->escape($object->host_name) ?>)
+
+ host_address6 && $object->host_address6 !== $object->host_name): ?>
+
+
+ = $this->escape($object->host_address6) ?>
+
host_address && $object->host_address !== $object->host_name): ?>
+
= $this->escape($object->host_address) ?>
+
= $this->render('partials/host/statusicons.phtml') ?>
= $this->iconImage()->host($object) ?> - = $this->translate('Service') ?>: = $this->escape($object->service_display_name) ?> + = $this->translate('Service') ?>: = $this->escape($object->service_display_name) ?> service_display_name !== $object->service_description): ?> - (= $this->escape($object->service_description) ?>) + (= $this->escape($object->service_description) ?>) = $this->render('partials/service/statusicons.phtml') ?>