diff --git a/modules/monitoring/application/views/scripts/partials/service/object-header.phtml b/modules/monitoring/application/views/scripts/partials/service/object-header.phtml index 100acea36..4f65270bd 100644 --- a/modules/monitoring/application/views/scripts/partials/service/object-header.phtml +++ b/modules/monitoring/application/views/scripts/partials/service/object-header.phtml @@ -4,35 +4,35 @@ use Icinga\Module\Monitoring\Object\Service; ?>
- = Host::getStateText($object->host_state, true); ?> + |
+ = Host::getStateText($object->host_state, true) ?> = $this->timeSince($object->host_last_state_change) ?> |
= $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_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') ?> |
- = Service::getStateText($object->service_state, true); ?> + = Service::getStateText($object->service_state, true) ?> = $this->timeSince($object->service_last_state_change) ?> |
= $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'); ?> + = $this->render('partials/service/statusicons.phtml') ?> |