2015-06-16 16:04:45 +02:00
|
|
|
<div class="controls">
|
|
|
|
<?php if (! $this->compact): ?>
|
|
|
|
<?= $this->tabs; ?>
|
|
|
|
<?php endif ?>
|
|
|
|
<?= $this->render('partials/host/object-header.phtml') ?>
|
|
|
|
<?= $this->render('partials/host/servicesummary.phtml') ?>
|
|
|
|
</div>
|
|
|
|
<?= $this->partial(
|
|
|
|
'list/services.phtml',
|
|
|
|
'monitoring',
|
|
|
|
array(
|
|
|
|
'compact' => true,
|
|
|
|
'showHost' => false,
|
|
|
|
'services' => $services,
|
2015-06-17 10:24:18 +02:00
|
|
|
'addColumns' => array(),
|
|
|
|
'baseTarget' => '_self'
|
2015-06-16 16:04:45 +02:00
|
|
|
)
|
|
|
|
); ?>
|