summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/cube-details.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/cube-details.phtml')
-rw-r--r--application/views/scripts/cube-details.phtml12
1 files changed, 12 insertions, 0 deletions
diff --git a/application/views/scripts/cube-details.phtml b/application/views/scripts/cube-details.phtml
new file mode 100644
index 0000000..8e0611f
--- /dev/null
+++ b/application/views/scripts/cube-details.phtml
@@ -0,0 +1,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>