mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
One less colon
This commit is contained in:
parent
1db2a7a8a0
commit
d0b54ea46e
@ -101,7 +101,7 @@ foreach ($services as $service):
|
|||||||
<br />
|
<br />
|
||||||
<strong><?= ($service->service_state_type === '1') ? 'Hard' : 'Soft'; ?> </strong>
|
<strong><?= ($service->service_state_type === '1') ? 'Hard' : 'Soft'; ?> </strong>
|
||||||
<?= $service->service_attempt; ?>
|
<?= $service->service_attempt; ?>
|
||||||
<?php endif; ?>
|
<?php endif ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user