summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/application/views/scripts/service/show.phtml
blob: bc9c612b2f7144c34ece51fb1662130224e8619c (plain)
1
2
3
4
5
6
7
8
<div class="controls controls-separated">
<?php if (! $this->compact): ?>
    <?= $this->tabs ?>
<?php endif ?>
    <?= $this->render('partials/object/service-header.phtml') ?>
    <?= $this->render('partials/object/quick-actions.phtml') ?>
</div>
<?= $this->render('partials/object/detail-content.phtml') ?>