From 0d60bb4427413cc96bbafdddf9d123d1ffcf19c4 Mon Sep 17 00:00:00 2001 From: Yoni Nakache <45972051+LazyDBA247-Anyvision@users.noreply.github.com> Date: Mon, 24 Feb 2020 07:47:27 +0200 Subject: [PATCH] display bug, header is Free but data was Used --- weed/server/volume_server_ui/templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/server/volume_server_ui/templates.go b/weed/server/volume_server_ui/templates.go index a2d1dd5bf..ac2a2bf69 100644 --- a/weed/server/volume_server_ui/templates.go +++ b/weed/server/volume_server_ui/templates.go @@ -91,7 +91,7 @@ var StatusTpl = template.Must(template.New("status").Funcs(funcMap).Parse(` {{ .Dir }} {{ bytesToHumanReadble .All }} - {{ bytesToHumanReadble .Used }} + {{ bytesToHumanReadble .Free }} {{ percentFrom .All .Used}} {{ end }}