icingaweb2/application/views/scripts/search/index.phtml
Thomas Gelf f7c5119424 Search: split result and search hint
There was an ugly if/else in the view script, this patch creates two
of them and adds friendlier search suggestions.
2014-05-28 11:13:41 +00:00

7 lines
113 B
PHTML

<div class="controls">
<?= $this->tabs ?>
</div>
<div class="content dashboard">
<?= $this->dashboard ?>
</div>