mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	Don't show loading indicators when refreshing the system status (#30712)
Signed-off-by: Yarden Shoham <git@yardenshoham.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
		@@ -76,7 +76,8 @@
 | 
				
			|||||||
			{{ctx.Locale.Tr "admin.dashboard.system_status"}}
 | 
								{{ctx.Locale.Tr "admin.dashboard.system_status"}}
 | 
				
			||||||
		</h4>
 | 
							</h4>
 | 
				
			||||||
		{{/* TODO: make these stats work in multi-server deployments, likely needs per-server stats in DB */}}
 | 
							{{/* TODO: make these stats work in multi-server deployments, likely needs per-server stats in DB */}}
 | 
				
			||||||
		<div hx-get="{{$.Link}}/system_status" hx-swap="morph:innerHTML" hx-trigger="every 5s" hx-indicator=".divider" class="ui attached table segment">
 | 
							<div class="no-loading-indicator tw-hidden"></div>
 | 
				
			||||||
 | 
							<div hx-get="{{$.Link}}/system_status" hx-swap="morph:innerHTML" hx-trigger="every 5s" hx-indicator=".no-loading-indicator" class="ui attached table segment">
 | 
				
			||||||
			{{template "admin/system_status" .}}
 | 
								{{template "admin/system_status" .}}
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user