mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
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\Host;
|
||||||
use Icinga\Module\Monitoring\Object\Service;
|
use Icinga\Module\Monitoring\Object\Service;
|
||||||
?>
|
?>
|
||||||
<table class="objectstate">
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="state-col state-<?= Host::getStateText($object->host_state); ?><?= $object->host_handled ? ' handled' : ''; ?>">
|
<td class="state-col state-<?= Host::getStateText($object->host_state); ?><?= $object->host_handled ? ' handled' : ''; ?>">
|
||||||
<strong><?= Host::getStateText($object->host_state, true); ?></strong><br>
|
<strong><?= Host::getStateText($object->host_state, true); ?></strong><br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user