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 335c0b361..7fcf7524d 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::getStateText($object->host_state, true); ?> - = $this->timeSince($object->host_last_state_change); ?> + |
+ = Host::getStateText($object->host_state, true) ?> + = $this->timeSince($object->host_last_state_change) ?> |
= $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_address && $object->host_address !== $object->host_name): ?>
- = $this->escape($object->host_address); ?> + = $this->escape($object->host_address) ?> - = $this->render('partials/host/statusicons.phtml'); ?> + = $this->render('partials/host/statusicons.phtml') ?> |