We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3cdef8 commit 51c28d9Copy full SHA for 51c28d9
templates/admin/dashboard.tmpl
@@ -76,7 +76,8 @@
76
{{ctx.Locale.Tr "admin.dashboard.system_status"}}
77
</h4>
78
{{/* TODO: make these stats work in multi-server deployments, likely needs per-server stats in DB */}}
79
- <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>
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" .}}
82
</div>
83
0 commit comments