|
|
@ -76,9 +76,11 @@ |
|
|
|
{{ctx.Locale.Tr "admin.dashboard.system_status"}} |
|
|
|
{{ctx.Locale.Tr "admin.dashboard.system_status"}} |
|
|
|
</h4> |
|
|
|
</h4> |
|
|
|
{{/* TODO: make these stats work in multi-server deployments, likely needs per-server stats in DB */}} |
|
|
|
{{/* 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 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"> |
|
|
|
<div class="no-loading-indicator tw-hidden"></div> |
|
|
|
{{template "admin/system_status" .}} |
|
|
|
<div hx-get="{{$.Link}}/system_status" hx-swap="morph:innerHTML" hx-trigger="every 5s" hx-indicator=".no-loading-indicator"> |
|
|
|
|
|
|
|
{{template "admin/system_status" .}} |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{{template "admin/layout_footer" .}} |
|
|
|
{{template "admin/layout_footer" .}} |
|
|
|