parent
7704c9578c
commit
9277113a35
|
@ -4,14 +4,12 @@
|
||||||
<?php if (! $this->compact): ?>
|
<?php if (! $this->compact): ?>
|
||||||
<?= $this->tabs; ?>
|
<?= $this->tabs; ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?= $this->render('partials/host/object-header.phtml') ?>
|
<?= $this->render('partials/object/host-header.phtml') ?>
|
||||||
<h2 class="tinystatesummary" <?= $this->compact ? ' data-base-target="col1"' : ''; ?>
|
|
||||||
<?php
|
<?php
|
||||||
$this->baseFilter = Filter::where('host', $object->host_name);
|
$this->baseFilter = Filter::where('host', $object->host_name);
|
||||||
$this->stats = $object->stats;
|
$this->stats = $object->stats;
|
||||||
echo $this->render('list/components/servicesummary.phtml');
|
echo $this->render('list/components/servicesummary.phtml');
|
||||||
?>
|
?>
|
||||||
</h2>
|
|
||||||
</div>
|
</div>
|
||||||
<?= $this->partial(
|
<?= $this->partial(
|
||||||
'list/services.phtml',
|
'list/services.phtml',
|
||||||
|
@ -22,4 +20,4 @@
|
||||||
'services' => $services,
|
'services' => $services,
|
||||||
'addColumns' => array()
|
'addColumns' => array()
|
||||||
)
|
)
|
||||||
); ?>
|
); ?>
|
||||||
|
|
Loading…
Reference in New Issue