summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/config/devtools.phtml
blob: 245a71a9a679847061da22dac5a625fd8e05b96d (plain)
1
2
3
4
5
6
<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>