2014-09-17 09:46:42 +02:00
|
|
|
<div class="controls">
|
2015-02-02 16:28:35 +01:00
|
|
|
<?= $this->render('partials/host/object-header.phtml') ?>
|
|
|
|
<?= $this->render('partials/host/servicesummary.phtml') ?>
|
2014-09-17 09:46:42 +02:00
|
|
|
</div>
|
|
|
|
<div class="content" data-base-target="_next">
|
|
|
|
<?= $this->render('show/components/output.phtml') ?>
|
|
|
|
<?= $this->render('show/components/grapher.phtml') ?>
|
|
|
|
|
|
|
|
<table class="avp newsection">
|
|
|
|
<tbody>
|
|
|
|
<?= $this->render('show/components/acknowledgement.phtml') ?>
|
|
|
|
<?= $this->render('show/components/comments.phtml') ?>
|
|
|
|
<?= $this->render('show/components/notifications.phtml') ?>
|
|
|
|
<?= $this->render('show/components/downtime.phtml') ?>
|
|
|
|
<?= $this->render('show/components/flapping.phtml') ?>
|
2015-01-14 11:02:06 +01:00
|
|
|
<?= $this->render('show/components/actions.phtml') ?>
|
2014-09-17 09:46:42 +02:00
|
|
|
<?= $this->render('show/components/perfdata.phtml') ?>
|
|
|
|
<?= $this->render('show/components/checksource.phtml') ?>
|
|
|
|
<?= $this->render('show/components/command.phtml') ?>
|
|
|
|
<?= $this->render('show/components/hostgroups.phtml') ?>
|
|
|
|
<?= $this->render('show/components/contacts.phtml') ?>
|
|
|
|
<?= $this->render('show/components/checkstatistics.phtml') ?>
|
|
|
|
<?= $this->render('show/components/customvars.phtml') ?>
|
|
|
|
<?= $this->render('show/components/flags.phtml') ?>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|