Temporarily add icon overview to detail header
This commit is contained in:
parent
4961bbd8d1
commit
3da5c3f064
|
@ -20,7 +20,11 @@
|
|||
<?= $this->util()->getServiceStateName($object->service_state); ?><br />
|
||||
since <?= $this->timeSince($object->service_last_state_change) ?>
|
||||
</td>
|
||||
<td><b>Service: <?= $this->escape($object->service_description) ?></b></td>
|
||||
<td><b>Service: <?= $this->escape($object->service_description) ?></b>
|
||||
|
||||
<?= $this->render('show/components/statusIcons.phtml') ?>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<?php else: ?>
|
||||
<tr><td><!--<b>Host state</b>--> </td></tr>
|
||||
|
|
Loading…
Reference in New Issue