diff --git a/modules/monitoring/application/views/scripts/list/hosts.phtml b/modules/monitoring/application/views/scripts/list/hosts.phtml index 9c585d7d49..ee2e3c1800 100644 --- a/modules/monitoring/application/views/scripts/list/hosts.phtml +++ b/modules/monitoring/application/views/scripts/list/hosts.phtml @@ -54,9 +54,9 @@ if (! $this->compact): ?>

- + iconImage()->host($host) ?> - hostFlags($host)) ?> + hostFlags($host)) ?> qlink( $host->host_display_name, $hostLink, diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml index 86fc2aa445..c61663ee68 100644 --- a/modules/monitoring/application/views/scripts/list/services.phtml +++ b/modules/monitoring/application/views/scripts/list/services.phtml @@ -68,9 +68,9 @@ if (! $this->compact): ?>

- + iconImage()->service($service) ?> - serviceFlags($service)) ?> + serviceFlags($service)) ?> showHost): ?>qlink( $service->host_display_name . ($service->host_state != 0 ? ' (' . Host::getStateText($service->host_state, true) . ')' : ''),