File: devtools.phtml

package info (click to toggle)
icingaweb2 2.12.4-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 15,156 kB
  • sloc: php: 73,914; javascript: 4,987; sql: 333; xml: 75; sh: 72; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (6)
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>