From 47c96066d7110c7dc3a534c10e6fc9420c4c3770 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 24 Sep 2015 12:02:53 +0200 Subject: [PATCH] CSS: Don't render the state label bold in the list/hosts view script refs #5543 --- modules/monitoring/application/views/scripts/list/hosts.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/list/hosts.phtml b/modules/monitoring/application/views/scripts/list/hosts.phtml index 486987227..0bb8533d2 100644 --- a/modules/monitoring/application/views/scripts/list/hosts.phtml +++ b/modules/monitoring/application/views/scripts/list/hosts.phtml @@ -30,7 +30,7 @@ if (! $this->compact): ?> $hostLink = $this->href('monitoring/host/show', array('host' => $host->host_name)); ?> - host_state, true) ?> + host_state, true) ?> host_state !== 99): ?>
timeSince($host->host_last_state_change, $this->compact) ?>