diff --git a/modules/monitoring/application/views/scripts/list/hosts.phtml b/modules/monitoring/application/views/scripts/list/hosts.phtml
index 9c585d7d4..ee2e3c180 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): ?>
-
+ |
= $this->iconImage()->host($host) ?>
- = implode(' ', $this->hostFlags($host)) ?>
+ = implode(' ', $this->hostFlags($host)) ?>
= $this->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 86fc2aa44..c61663ee6 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): ?>
|
-
+ |
= $this->iconImage()->service($service) ?>
- = implode(' ', $this->serviceFlags($service)) ?>
+ = implode(' ', $this->serviceFlags($service)) ?>
showHost): ?>= $this->qlink(
$service->host_display_name
. ($service->host_state != 0 ? ' (' . Host::getStateText($service->host_state, true) . ')' : ''),
|