parent
b2246c2aff
commit
b9f9ea6142
|
@ -1,12 +1,8 @@
|
|||
<?php
|
||||
|
||||
use Icinga\Module\Monitoring\Object\Host;
|
||||
use Icinga\Module\Monitoring\Object\Service;
|
||||
|
||||
?>
|
||||
<?php if (! $this->compact): ?>
|
||||
<?= $tabs; ?>
|
||||
<?php endif ?>
|
||||
<table class="objectstate">
|
||||
<tr class="state <?= Host::getStateText($object->host_state); ?><?= $object->host_handled ? ' handled' : ''; ?>">
|
||||
<td class="state">
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
<div class="controls">
|
||||
<?php if (! $this->compact): ?>
|
||||
<?= $this->tabs; ?>
|
||||
<?php endif ?>
|
||||
<?= $this->render('partials/service/object-header.phtml') ?>
|
||||
<h1><?= $this->translate("Service detail information") ?></h1>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue