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 3c99ad784..ee8563645 100644 --- a/modules/monitoring/application/views/scripts/partials/service/object-header.phtml +++ b/modules/monitoring/application/views/scripts/partials/service/object-header.phtml @@ -6,34 +6,44 @@ use Icinga\Module\Monitoring\Object\Service;
- = Host::getStateText($object->host_state, true) ?> - = $this->timeSince($object->host_last_state_change) ?> +
+ = Host::getStateText($object->host_state, true) ?>
+ |
- = $this->iconImage()->service($object) ?>
- = $this->escape($object->host_display_name) ?>
- host_display_name !== $object->host_name): ?>
- (= $this->escape($object->host_name) ?>)
-
- host_address && $object->host_address !== $object->host_name): ?>
- - = $this->escape($object->host_address) ?> - +
+ = $this->iconImage()->service($object) ?>
+ = $this->escape($object->host_display_name) ?>
+ host_display_name !== $object->host_name): ?>
+ (= $this->escape($object->host_name) ?>)
+
+ host_address && $object->host_address !== $object->host_name): ?>
+ |
- = Service::getStateText($object->service_state, true) ?> - = $this->timeSince($object->service_last_state_change) ?> +
+ = Service::getStateText($object->service_state, true) ?>
+ |
- = $this->iconImage()->host($object) ?>
- = $this->translate('Service') ?>: = $this->escape($object->service_display_name) ?>
- service_display_name !== $object->service_description): ?>
- (= $this->escape($object->service_description) ?>)
-
- = $this->render('partials/service/statusicons.phtml') ?>
+ + = $this->iconImage()->host($object) ?> + = $this->translate('Service') ?>: = $this->escape($object->service_display_name) ?> + service_display_name !== $object->service_description): ?> + (= $this->escape($object->service_description) ?>) + + = $this->render('partials/service/statusicons.phtml') ?> + |