We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d1e43 commit e8e43a7Copy full SHA for e8e43a7
templates/admin/dashboard.tmpl
@@ -76,9 +76,11 @@
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 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" .}}
+ <div class="ui attached table segment">
+ <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">
82
+ {{template "admin/system_status" .}}
83
+ </div>
84
</div>
85
86
{{template "admin/layout_footer" .}}
0 commit comments