mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	* update * update * tabs test * update * test * ... * fix editor * update ui * fix visual glitch if help is off * fix fadecandy error and th [skip ci]
		
			
				
	
	
		
			21 lines
		
	
	
		
			843 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			843 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="container-fluid" id="trans_conf_logging">
 | |
| 	<div class="row">
 | |
| 		<div class="col-lg-12">
 | |
| 			<h2 class="page-header"><i class="fa fa-reorder fa-fw"></i><span data-i18n="main_menu_logging_token">Log</span></h2>
 | |
| 			<div class="introd">
 | |
| 				<h4 data-i18n="conf_logging_label_intro">Area to check log messages, depending on loglevel setting you see more or less.</h4>
 | |
| 			<hr />
 | |
| 			</div>
 | |
| 			<div class="row" id='conf_cont'></div>
 | |
| 			<hr />
 | |
| 			<pre>
 | |
| 				<div id="logmessages" style="overflow:scroll;max-height:400px" />
 | |
| 			</pre>
 | |
| 			<button  class="btn btn-primary" id='btn_pbupload' data-i18n="conf_logging_btn_pbupload">Pastebin upload</button>
 | |
| 			<button  class="btn btn-success" id='btn_autoscroll' data-i18n="conf_logging_btn_autoscroll">Auto scrolling</button>
 | |
| 		</div>
 | |
| 	</div>
 | |
| </div>
 | |
| 
 | |
| <script src="/js/content_logging.js"></script>
 |