monitoring/CSS: Drop class objectstate in the service detail header

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 11:05:55 +02:00
parent 1e2803ffb7
commit 78c07da9b7
1 changed files with 1 additions and 1 deletions

View File

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