Yarden Shoham 1 week ago
parent
commit
474704b91d
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      templates/admin/dashboard.tmpl

+ 1
- 1
templates/admin/dashboard.tmpl View File

@@ -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=".tw-hidden" class="ui attached table segment">
{{template "admin/system_status" .}}
</div>
</div>

Loading…
Cancel
Save