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-03-08 01:17:42 +01:00
|
|
|
<h1>This service's current state</h1>
|
2014-02-18 20:17:33 +01:00
|
|
|
</div>
|
2014-03-17 17:10:03 +01:00
|
|
|
<div class="content" data-base-target="_next">
|
2014-03-06 20:03:21 +01:00
|
|
|
<?= $this->render('show/components/output.phtml') ?>
|
|
|
|
|
2014-03-21 19:56:55 +01:00
|
|
|
<table class="avp newsection">
|
2014-03-08 19:48:07 +01:00
|
|
|
<tbody>
|
2014-03-08 21:28:32 +01:00
|
|
|
<?= $this->render('show/components/acknowledgement.phtml') ?>
|
2014-03-06 20:03:21 +01:00
|
|
|
<?= $this->render('show/components/comments.phtml') ?>
|
2014-03-08 21:02:22 +01:00
|
|
|
<?= $this->render('show/components/notifications.phtml') ?>
|
2014-03-08 18:28:19 +01:00
|
|
|
<?= $this->render('show/components/downtime.phtml') ?>
|
2014-03-06 20:03:21 +01:00
|
|
|
<?= $this->render('show/components/flapping.phtml') ?>
|
|
|
|
<?= $this->render('show/components/perfdata.phtml') ?>
|
2014-03-08 19:48:07 +01:00
|
|
|
<?= $this->render('show/components/actions.phtml') ?>
|
2013-10-10 17:58:30 +02:00
|
|
|
<?= $this->render('show/components/command.phtml') ?>
|
2014-03-06 20:03:21 +01:00
|
|
|
<?= $this->render('show/components/servicegroups.phtml') ?>
|
|
|
|
<?= $this->render('show/components/contacts.phtml') ?>
|
|
|
|
<?= $this->render('show/components/checkstatistics.phtml') ?>
|
2014-03-08 01:17:42 +01:00
|
|
|
<?= $this->render('show/components/customvars.phtml') ?>
|
2014-03-06 20:03:21 +01:00
|
|
|
<?= $this->render('show/components/flags.phtml') ?>
|
2014-03-08 19:48:07 +01:00
|
|
|
</tbody>
|
2014-03-06 20:03:21 +01:00
|
|
|
</table>
|
2014-03-08 01:17:42 +01:00
|
|
|
</div>
|