monitoring: Translate soft in the hosts overview
This commit is contained in:
parent
ea91ca9dc4
commit
3520449dee
|
@ -37,7 +37,7 @@ if (! $this->compact): ?>
|
|||
<div class="state-meta">
|
||||
<?= $this->timeSince($host->host_last_state_change, $this->compact) ?>
|
||||
<?php if ((int) $host->host_state > 0 && (int) $host->host_state_type === 0): ?>
|
||||
<div>Soft <?= $host->host_attempt ?></div>
|
||||
<div><?= $this->translate('Soft', 'Soft state') ?> <?= $host->host_attempt ?></div>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
|
|
Loading…
Reference in New Issue