From 6f31053b5160d6a8b4ffa93f2ab8a686362b3c30 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Wed, 24 Dec 2025 10:01:38 +1100 Subject: [PATCH] Move docker disk usage to bottom of page --- templates/apps_table.html | 54 +++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/templates/apps_table.html b/templates/apps_table.html index 58838e1..659edeb 100644 --- a/templates/apps_table.html +++ b/templates/apps_table.html @@ -191,32 +191,6 @@ -

DOCKER DISK USAGE

-
- - - - - - - - - - - - {% for typ, r in data.system.system_df.items() %} - - - - - - - - {% endfor %} - -
TYPETOTALACTIVESIZERECLAIMABLE
[{{ typ }}]{{ r.total }}{{ r.active }}{{ r.size }}{{ r.reclaimable }}
-
-
+ + + + + + + + + + + + {% for typ, r in data.system.system_df.items() %} + + + + + + + + {% endfor %} + +
TYPETOTALACTIVESIZERECLAIMABLE
[{{ typ }}]{{ r.total }}{{ r.active }}{{ r.size }}{{ r.reclaimable }}
+
\ No newline at end of file