mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-10-31 19:34:16 +01:00 
			
		
		
		
	This is nothing but a prototype right now but could become pretty useful. We want to allow our users to control most of our developer tools without deep knowledge about Icinga Web internals. This first prototype allows allows one to toggle the JS UI debug window.
		
			
				
	
	
		
			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>
 |