Skip to content

Commit

Permalink
monitoring/CSS: Use new state- classes for the host in the service de…
Browse files Browse the repository at this point in the history
…tail header too

refs #5543
  • Loading branch information
lippserd committed Sep 25, 2015
1 parent daa9d8a commit 4912b30
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -22,8 +22,8 @@ use Icinga\Module\Monitoring\Object\Service;
<?= $this->render('partials/host/statusicons.phtml') ?>
</td>
</tr>
<tr class="state <?= Service::getStateText($object->service_state) ?><?= $object->service_handled ? ' handled' : '' ?>">
<td class="state">
<tr>
<td class="state-col state-<?= Service::getStateText($object->service_state) ?><?= $object->service_handled ? ' handled' : '' ?>">
<?= Service::getStateText($object->service_state, true) ?><br>
<?= $this->timeSince($object->service_last_state_change) ?>
</td>
Expand Down

0 comments on commit 4912b30

Please sign in to comment.