File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 76
76
{{ctx.Locale.Tr "admin.dashboard.system_status"}}
77
77
</h4>
78
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" .}}
79
+ <div class="ui attached table segment">
80
+ <div class="no-loading-indicator tw-hidden"></div>
81
+ <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>
82
84
</div>
83
85
</div>
84
86
{{template "admin/layout_footer" .}}
You can’t perform that action at this time.
0 commit comments