diff --git a/modules/monitoring/application/views/scripts/show/components/header.phtml b/modules/monitoring/application/views/scripts/show/components/header.phtml index 6f4d3e058..49daaae09 100644 --- a/modules/monitoring/application/views/scripts/show/components/header.phtml +++ b/modules/monitoring/application/views/scripts/show/components/header.phtml @@ -5,7 +5,7 @@
>
- = $this->translate($this->util()->getHostStateName($object->host_state)) ?> + = $this->translate($this->util()->getHostStateName($object->host_state)) ?> = $this->prefixedTimeSince($object->host_last_state_change, true) ?> |
= $this->escape($object->host_name) ?> |
- = $this->translate($this->util()->getServiceStateName($object->service_state)) ?> + = $this->translate($this->util()->getServiceStateName($object->service_state)) ?> = $this->prefixedTimeSince($object->service_last_state_change, true) ?> |
= $this->translate('Service') ?>: = $this->escape($object->service_description) ?> |