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