icingaweb2/application/views/scripts/search/index.phtml

14 lines
240 B
PHTML

<div class="controls">
<?= $this->tabs ?>
</div>
<?php if ($this->dashboard): ?>
<div class="content dashboard">
<?= $this->dashboard ?>
</div>
<?php else: ?>
<div class="content">
<strong><?= $this->hint ?></strong>
</div>
<?php endif ?>