Temporarily add icon overview to detail header

This commit is contained in:
Thomas Gelf 2014-03-06 18:59:37 +00:00
parent 4961bbd8d1
commit 3da5c3f064
1 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,11 @@
<?= $this->util()->getServiceStateName($object->service_state); ?><br /> <?= $this->util()->getServiceStateName($object->service_state); ?><br />
since <?= $this->timeSince($object->service_last_state_change) ?> since <?= $this->timeSince($object->service_last_state_change) ?>
</td> </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> </tr>
<?php else: ?> <?php else: ?>
<tr><td><!--<b>Host state</b>-->&nbsp;</td></tr> <tr><td><!--<b>Host state</b>-->&nbsp;</td></tr>