mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-25 18:50:21 -05:00
13 lines
240 B
PHTML
13 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 ?>
|