mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-21 22:29:06 -04:00
There was an ugly if/else in the view script, this patch creates two of them and adds friendlier search suggestions.
7 lines
113 B
PHTML
7 lines
113 B
PHTML
<div class="controls">
|
|
<?= $this->tabs ?>
|
|
</div>
|
|
|
|
<div class="content dashboard">
|
|
<?= $this->dashboard ?>
|
|
</div>
|