summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/text/index.phtml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:30:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:30:50 +0000
commitd5f222b7ebf4d2c2d47d20a25adcc9aadf67fbd5 (patch)
treeda9b32212bf99154450a7668f61a75f65617a9fa /application/views/scripts/text/index.phtml
parentInitial commit. (diff)
downloadicingaweb2-module-toplevelview-d5f222b7ebf4d2c2d47d20a25adcc9aadf67fbd5.tar.xz
icingaweb2-module-toplevelview-d5f222b7ebf4d2c2d47d20a25adcc9aadf67fbd5.zip
Adding upstream version 0.3.3.upstream/0.3.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'application/views/scripts/text/index.phtml')
-rw-r--r--application/views/scripts/text/index.phtml11
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>