mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
parent
b2246c2aff
commit
b9f9ea6142
@ -1,12 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use Icinga\Module\Monitoring\Object\Host;
|
use Icinga\Module\Monitoring\Object\Host;
|
||||||
use Icinga\Module\Monitoring\Object\Service;
|
use Icinga\Module\Monitoring\Object\Service;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<?php if (! $this->compact): ?>
|
|
||||||
<?= $tabs; ?>
|
|
||||||
<?php endif ?>
|
|
||||||
<table class="objectstate">
|
<table class="objectstate">
|
||||||
<tr class="state <?= Host::getStateText($object->host_state); ?><?= $object->host_handled ? ' handled' : ''; ?>">
|
<tr class="state <?= Host::getStateText($object->host_state); ?><?= $object->host_handled ? ' handled' : ''; ?>">
|
||||||
<td class="state">
|
<td class="state">
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
<div class="controls">
|
<div class="controls">
|
||||||
|
<?php if (! $this->compact): ?>
|
||||||
|
<?= $this->tabs; ?>
|
||||||
|
<?php endif ?>
|
||||||
<?= $this->render('partials/service/object-header.phtml') ?>
|
<?= $this->render('partials/service/object-header.phtml') ?>
|
||||||
<h1><?= $this->translate("Service detail information") ?></h1>
|
<h1><?= $this->translate("Service detail information") ?></h1>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user