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

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

View File

@ -36,7 +36,7 @@ if (! $this->compact): ?>
<?= $this->timeSince($host->host_last_state_change, $this->compact) ?>
<?php if ((int) $host->host_state > 0 && (int) $host->host_state_type === 0): ?>
<br>
<strong>Soft <?= $host->host_attempt ?></strong>
<span class="text-small">Soft <?= $host->host_attempt ?></span>
<?php endif ?>
<?php endif ?>
</td>