2014-02-18 20:17:33 +01:00
|
|
|
<div class="controls">
|
2014-03-06 14:20:34 +01:00
|
|
|
<?= $this->render('show/components/header.phtml') ?>
|
2014-02-18 20:17:33 +01:00
|
|
|
</div>
|
2014-03-06 14:20:34 +01:00
|
|
|
<div class="content">
|
2013-10-10 15:36:53 +02:00
|
|
|
<?= $this->render('show/components/status.phtml'); ?>
|
2013-10-14 18:17:58 +02:00
|
|
|
<?= $this->render('show/components/comments.phtml'); ?>
|
2013-10-07 16:46:20 +02:00
|
|
|
<?= $this->render('show/components/downtime.phtml'); ?>
|
|
|
|
<?= $this->render('show/components/properties.phtml'); ?>
|
2013-09-24 15:26:10 +02:00
|
|
|
<?= $this->render('show/components/flags.phtml'); ?>
|
2013-10-07 16:46:20 +02:00
|
|
|
<?= $this->render('show/components/customvars.phtml'); ?>
|
2013-10-15 12:48:33 +02:00
|
|
|
<?= $this->render('show/components/hostgroups.phtml'); ?>
|
2013-10-14 18:17:58 +02:00
|
|
|
<?= $this->render('show/components/contacts.phtml'); ?>
|
|
|
|
<?= $this->render('show/components/command.phtml') ?>
|
2014-03-06 14:20:34 +01:00
|
|
|
</div>
|