2014-09-12 16:50:42 +02:00
|
|
|
<div class="controls">
|
2015-04-17 16:19:38 +02:00
|
|
|
<?php if (! $this->compact): ?>
|
|
|
|
<?= $this->tabs; ?>
|
|
|
|
<?php endif ?>
|
2015-02-02 16:28:35 +01:00
|
|
|
<?= $this->render('partials/service/object-header.phtml') ?>
|
2014-11-13 14:04:23 +01:00
|
|
|
<h1><?= $this->translate("Service detail information") ?></h1>
|
2014-09-12 16:50: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') ?>
|
|
|
|
<?= $this->render('show/components/perfdata.phtml') ?>
|
|
|
|
<?= $this->render('show/components/checksource.phtml') ?>
|
|
|
|
<?= $this->render('show/components/actions.phtml') ?>
|
|
|
|
<?= $this->render('show/components/command.phtml') ?>
|
|
|
|
<?= $this->render('show/components/servicegroups.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>
|