monitoring/CSS: Drop class objectstate in the service detail header
refs #5543
This commit is contained in:
parent
1e2803ffb7
commit
78c07da9b7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue