CSS: Don't render soft state bold in the list/hosts view script
refs #5543
This commit is contained in:
parent
47c96066d7
commit
103daf1a7b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue