summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/cube-details.phtml
blob: 8e0611f91f78f65412ce57153b231672af2c9003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="controls">
<?php if (! \Icinga\Module\Cube\Cube::isUsingIcingaDb()): ?>
    <?= $this->tabs ?>
<?php endif ?>
<h1><?= $this->escape($this->title) ?></h1>
</div>

<div class="content">
    <ul class="action-links">
        <?= $this->links ?>
    </ul>
</div>