mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-18 10:07:59 -05:00
7 lines
239 B
PHTML
7 lines
239 B
PHTML
|
|
<div class="controls">
|
||
|
|
<?= $this->tabs ?>
|
||
|
|
</div>
|
||
|
|
<table class="avp">
|
||
|
|
<tr><th><?= $this->translate('UI Debug') ?></th><td><a href="javascript:void(0);" onclick="icinga.ui.toggleDebug();"><?= $this->translate('toggle') ?></td></tr>
|
||
|
|
</table>
|