diff options
| -rw-r--r-- | weed/server/volume_server_ui/templates.go | 2 |
1 files changed, 1 insertions, 1 deletions
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(`<!DOC <tr> <td>{{ .Dir }}</td> <td>{{ bytesToHumanReadble .All }}</td> - <td>{{ bytesToHumanReadble .Used }}</td> + <td>{{ bytesToHumanReadble .Free }}</td> <td>{{ percentFrom .All .Used}}</td> </tr> {{ end }} |
