File: index.phtml

package info (click to toggle)
icingaweb2-module-boxydash 0.0.1%2B20160321-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 784 kB
  • sloc: php: 370; makefile: 13
file content (11 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11

<?php if (! $this->compact): ?>
<div class="controls">
  <?= $tabs; ?>
</div>
<?php endif ?>
<div class="content">
  <h1>Boxy Dashboard Configuration</h1>
     <?=$this->form; ?>
</div>