Skip to content

Commit

Permalink
monitoring/CSS: Remove class objectheader in the host detail
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 25, 2015
1 parent 713a816 commit 204cb4c
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,8 +1,8 @@
<?php
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' : ''; ?>">
<td class="state">
<strong><?= Host::getStateText($object->host_state, true); ?></strong><br>
Expand Down

0 comments on commit 204cb4c

Please sign in to comment.