From a55c29640f97782319c2dfa1604fb5a5ca324066 Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Fri, 29 Aug 2025 15:18:04 +0200 Subject: [PATCH] CHANGE: Disk added to the top widget --- widgets.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/widgets.yaml b/widgets.yaml index a037266..c54e87d 100644 --- a/widgets.yaml +++ b/widgets.yaml @@ -29,8 +29,7 @@ uptime: true expanded: false label: Proxmox - mount: / # optional, mount point to show disk usage for, defaults to root / - disk: true + disk: / # optional, mount point to show disk usage for, defaults to root / # diskUnits: bytes # optional, bytes (default) or bbytes. Only applies to disk refreshInterval: 5000 # optional - in milliseconds, defaults to 1000 or more, depending on the metric pointsLimit: 15 # optional, defaults to 15 \ No newline at end of file