mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Update Check: - New Property which allows you to select stable or beta branch checks. - This would rely on current versions.json. It selects the first version in list with you branch (stable, beta). If it is newer hyperion tells you that a update is available - For this we should keep our deployment pipeline in mind to format the json this way. Cleanup: - I cleaned up the WebUI from dead links and the support page with the affiliate links and donation adresses as we don't have them under our control. Currently only disabled, not deleated Switcher: - If the address which is published via bonjour serve is IPv6 the Switcher was bugged. Fixed that.
		
			
				
	
	
		
			22 lines
		
	
	
		
			951 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			951 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="container-fluid" id="trans_conf_logging">
 | |
| 	<div class="row">
 | |
| 		<div class="col-lg-12">
 | |
| 			<h3 class="page-header"><i class="fa fa-reorder fa-fw"></i><span data-i18n="main_menu_logging_token">Log</span></h3>
 | |
| 			<div id="log_head"></div>
 | |
| 			<div class="row" id='conf_cont'></div>
 | |
| 			<hr />
 | |
| 			<div id="log_content"><span style="font-weight:bold;font-size:17px" data-i18n="conf_logging_nomessage"></span></div>
 | |
| 			<hr>
 | |
| 			<div style="display:none">
 | |
| 			<h4 style="font-weight:bold"><i class="fa fa-reorder fa-fw"></i><span data-i18n="conf_logging_report">Bericht</span></h4>
 | |
| 			<button  class="btn btn-primary" id="btn_logupload"><i class="fa fa-upload fa-fw"></i><span data-i18n="conf_logging_btn_pbupload"></span></button>
 | |
| 			<div id="log_upl_pol"></div>
 | |
| 			<div id="upl_link" style="margin-top:10px;font-weight:bold;"></div>
 | |
| 			<div id="prev_reports"></div>
 | |
| 			</div>
 | |
| 		</div>
 | |
| 	</div>
 | |
| </div>
 | |
| 
 | |
| <script src="/js/content_logging.js"></script>
 |