Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't show loading indicators when refreshing the system status #30712

Merged
merged 14 commits into from Apr 27, 2024
2 changes: 1 addition & 1 deletion templates/admin/dashboard.tmpl
Expand Up @@ -76,7 +76,7 @@
{{ctx.Locale.Tr "admin.dashboard.system_status"}}
</h4>
{{/* 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 hx-get="{{$.Link}}/system_status" hx-swap="morph:innerHTML" hx-trigger="every 5s" hx-indicator="#no-loading-indicator" class="ui attached table segment">
wxiaoguang marked this conversation as resolved.
Show resolved Hide resolved
{{template "admin/system_status" .}}
</div>
</div>
Expand Down