monitoring/CSS: Remove class objectheader in the host detail

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 11:18:00 +02:00
parent 713a816a3e
commit 204cb4c99c
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<?php <?php
use Icinga\Module\Monitoring\Object\Host; use Icinga\Module\Monitoring\Object\Host;
/** @var Host $object */
?> ?>
<table class="objectstate"> <table>
<tr class="state <?= Host::getStateText($object->host_state); ?><?= $object->host_handled ? ' handled' : ''; ?>"> <tr class="state <?= Host::getStateText($object->host_state); ?><?= $object->host_handled ? ' handled' : ''; ?>">
<td class="state"> <td class="state">
<strong><?= Host::getStateText($object->host_state, true); ?></strong><br> <strong><?= Host::getStateText($object->host_state, true); ?></strong><br>