remove useless element

This commit is contained in:
silverwind 2024-04-27 14:04:21 +02:00
parent 3877f030e9
commit 591617db58
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
1 changed files with 1 additions and 2 deletions

View File

@ -76,8 +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="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">
<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" .}}
</div>
</div>