parent
204cb4c99c
commit
cfee0cc99f
|
@ -3,8 +3,8 @@ use Icinga\Module\Monitoring\Object\Host;
|
|||
/** @var Host $object */
|
||||
?>
|
||||
<table>
|
||||
<tr class="state <?= Host::getStateText($object->host_state); ?><?= $object->host_handled ? ' handled' : ''; ?>">
|
||||
<td class="state">
|
||||
<tr>
|
||||
<td class="state-col state <?= Host::getStateText($object->host_state); ?><?= $object->host_handled ? ' handled' : ''; ?>">
|
||||
<strong><?= Host::getStateText($object->host_state, true); ?></strong><br>
|
||||
<?= $this->timeSince($object->host_last_state_change); ?>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue