mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
monitoring: Translate soft in the services overview
This commit is contained in:
parent
a8a87d27eb
commit
a3caae6595
@ -52,7 +52,7 @@ if (! $this->compact): ?>
|
||||
<?= $this->timeSince($service->service_last_state_change, $this->compact) ?>
|
||||
<?php if ((int) $service->service_state > 0 && (int) $service->service_state_type === 0): ?>
|
||||
<br>
|
||||
<span class="text-small">Soft <?= $service->service_attempt ?></span>
|
||||
<span class="text-small"><?= $this->translate('Soft', 'Soft state') ?> <?= $service->service_attempt ?></span>
|
||||
<?php endif ?>
|
||||
<?php endif ?>
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user