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
-
-
-
-
- | TYPE |
- TOTAL |
- ACTIVE |
- SIZE |
- RECLAIMABLE |
-
-
-
- {% for typ, r in data.system.system_df.items() %}
-
- | [{{ typ }}] |
- {{ r.total }} |
- {{ r.active }} |
- {{ r.size }} |
- {{ r.reclaimable }} |
-
- {% endfor %}
-
-
-
-
+
+
+
+ | TYPE |
+ TOTAL |
+ ACTIVE |
+ SIZE |
+ RECLAIMABLE |
+
+
+
+ {% for typ, r in data.system.system_df.items() %}
+
+ | [{{ typ }}] |
+ {{ r.total }} |
+ {{ r.active }} |
+ {{ r.size }} |
+ {{ r.reclaimable }} |
+
+ {% endfor %}
+
+
+
\ No newline at end of file