Add hidden div

This commit is contained in:
Yarden Shoham 2024-04-26 17:42:35 +00:00
parent 69da05d587
commit ae8061b8f5
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +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 class="hidden-loading-indicator tw-hidden"></div>
<div hx-get="{{$.Link}}/system_status" hx-swap="morph:innerHTML" hx-trigger="every 5s" hx-indicator=".hidden-loading-indicator" class="ui attached table segment">
{{template "admin/system_status" .}}
</div>