2015-11-03 10:37:34 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if (! $this->compact): ?>
|
|
|
|
<div class="controls separated">
|
|
|
|
<?= $this->tabs ?>
|
|
|
|
<?php if ($object->type === 'service') {
|
|
|
|
echo $this->render('partials/object/service-header.phtml');
|
|
|
|
} else {
|
|
|
|
echo $this->render('partials/object/host-header.phtml');
|
|
|
|
} ?>
|
|
|
|
</div>
|
|
|
|
<?php endif ?>
|
2015-11-03 11:21:14 +01:00
|
|
|
<?= $this->render('partials/event-history.phtml') ?>
|