diff options
Diffstat (limited to 'application/views/scripts/text')
-rw-r--r-- | application/views/scripts/text/index.phtml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/application/views/scripts/text/index.phtml b/application/views/scripts/text/index.phtml new file mode 100644 index 0000000..82b8ee8 --- /dev/null +++ b/application/views/scripts/text/index.phtml @@ -0,0 +1,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> |