icingaweb2/modules/monitoring/application/views/scripts/service/show.phtml

10 lines
304 B
PHTML
Raw Normal View History

<div class="controls separated">
<?php if (! $this->compact): ?>
<?= $this->tabs ?>
<?php endif ?>
2015-02-02 16:28:35 +01:00
<?= $this->render('partials/service/object-header.phtml') ?>
<h1><?= $this->translate('Service detail information') ?></h1>
</div>
<?= $this->render('partials/object/detail-content.phtml') ?>