diff --git a/weed/server/volume_server_ui/templates.go b/weed/server/volume_server_ui/templates.go index ac2a2bf69..1c1394369 100644 --- a/weed/server/volume_server_ui/templates.go +++ b/weed/server/volume_server_ui/templates.go @@ -83,7 +83,7 @@ var StatusTpl = template.Must(template.New("status").Funcs(funcMap).Parse(`Path Total Free - % Usage + Usage @@ -92,7 +92,7 @@ var StatusTpl = template.Must(template.New("status").Funcs(funcMap).Parse(`{{ .Dir }} {{ bytesToHumanReadble .All }} {{ bytesToHumanReadble .Free }} - {{ percentFrom .All .Used}} + {{ percentFrom .All .Used}}% {{ end }}