mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-11 01:20:21 -04:00
One less colon
This commit is contained in:
parent
1db2a7a8a0
commit
d0b54ea46e
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ foreach ($services as $service):
|
|||
<br />
|
||||
<strong><?= ($service->service_state_type === '1') ? 'Hard' : 'Soft'; ?> </strong>
|
||||
<?= $service->service_attempt; ?>
|
||||
<?php endif; ?>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue