mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
parent
274910a611
commit
895d340562
@ -5,13 +5,11 @@
|
|||||||
<?= $this->tabs; ?>
|
<?= $this->tabs; ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?= $this->render('partials/object/host-header.phtml') ?>
|
<?= $this->render('partials/object/host-header.phtml') ?>
|
||||||
<h3 class="tinystatesummary" <?= $this->compact ? ' data-base-target="col1"' : ''; ?>>
|
<?php
|
||||||
<?php
|
$this->stats = $object->stats;
|
||||||
$this->stats = $object->stats;
|
$this->baseFilter = Filter::where('host', $object->host_name);
|
||||||
$this->baseFilter = Filter::where('host', $object->host_name);
|
echo $this->render('list/components/servicesummary.phtml');
|
||||||
echo $this->render('list/components/servicesummary.phtml');
|
?>
|
||||||
?>
|
|
||||||
</h3>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?= $this->render('partials/object/detail-content.phtml') ?>
|
<?= $this->render('partials/object/detail-content.phtml') ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user