CSS: Don't render the state label bold in the list/hosts view script

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 12:02:53 +02:00
parent 5a6deae2c5
commit 47c96066d7
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ if (! $this->compact): ?>
$hostLink = $this->href('monitoring/host/show', array('host' => $host->host_name)); ?>
<tr>
<td class="state-col state-<?= $hostStateName ?><?= $host->host_handled ? '-handled' : '' ?>">
<strong><?= Host::getStateText($host->host_state, true) ?></strong>
<span class="state-label"><?= Host::getStateText($host->host_state, true) ?></span>
<?php if ((int) $host->host_state !== 99): ?>
<br>
<?= $this->timeSince($host->host_last_state_change, $this->compact) ?>