File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 7676			{{ctx.Locale.Tr "admin.dashboard.system_status"}}
7777		</h4>
7878		{{/* TODO: make these stats work in multi-server deployments, likely needs per-server stats in DB */}}
79- 		<div class="no-loading-indicator tw-hidden"></div>
80- 		<div hx-get="{{$.Link}}/system_status" hx-swap="morph:innerHTML" hx-trigger="every 5s" hx-indicator=".no-loading-indicator" class="ui attached table segment">
81- 			{{template "admin/system_status" .}}
79+ 		<div class="ui attached table segment">
80+ 			<div class="no-loading-indicator tw-hidden"></div>
81+ 			<div hx-get="{{$.Link}}/system_status" hx-swap="morph:innerHTML" hx-trigger="every 5s" hx-indicator=".no-loading-indicator">
82+ 				{{template "admin/system_status" .}}
83+ 			</div>
8284		</div>
8385	</div>
8486{{template "admin/layout_footer" .}}
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments