summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/text/index.phtml
blob: 82b8ee8a8bfd35e8618460faf8ec652f6b073058 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/** @var \Icinga\Module\Toplevelview\ViewConfig $view */
if (! $this->compact):
?>
<div class="controls">
    <?= $this->tabs ?>
</div>
<?php endif ?>
<div class="content">
    <pre><?= $this->text ?></pre>
</div>