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…
Reference in New Issue