2014-02-18 14:17:33 -05:00
|
|
|
<div class="controls">
|
2014-03-06 08:20:34 -05:00
|
|
|
<?= $this->render('show/components/header.phtml') ?>
|
2014-03-07 19:17:42 -05:00
|
|
|
<h1>This host's current state</h1>
|
2014-02-18 14:17:33 -05:00
|
|
|
</div>
|
2014-03-07 18:19:27 -05:00
|
|
|
<div class="content" data-base-target="col1">
|
2014-03-06 14:03:21 -05:00
|
|
|
<?= $this->render('show/components/output.phtml') ?>
|
|
|
|
|
|
|
|
|
|
<table class="avp">
|
2014-03-08 13:48:07 -05:00
|
|
|
<tbody>
|
2014-03-08 15:28:32 -05:00
|
|
|
<?= $this->render('show/components/acknowledgement.phtml') ?>
|
2014-03-06 14:03:21 -05:00
|
|
|
<?= $this->render('show/components/comments.phtml') ?>
|
2014-03-08 15:02:22 -05:00
|
|
|
<?= $this->render('show/components/notifications.phtml') ?>
|
2014-03-08 12:28:19 -05:00
|
|
|
<?= $this->render('show/components/downtime.phtml') ?>
|
2014-03-06 14:03:21 -05:00
|
|
|
<?= $this->render('show/components/flapping.phtml') ?>
|
|
|
|
|
<?= $this->render('show/components/perfdata.phtml') ?>
|
2014-03-08 13:48:07 -05:00
|
|
|
<?= $this->render('show/components/actions.phtml') ?>
|
2013-10-14 12:17:58 -04:00
|
|
|
<?= $this->render('show/components/command.phtml') ?>
|
2014-03-06 14:03:21 -05:00
|
|
|
<?= $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') ?>
|
2014-03-08 13:48:07 -05:00
|
|
|
</tbody>
|
2014-03-08 03:23:48 -05:00
|
|
|
</table>
|
2014-03-07 18:19:27 -05:00
|
|
|
</div>
|