Browse Source

display bug, header is Free but data was Used

pull/1208/head
Yoni Nakache 5 years ago
committed by GitHub
parent
commit
0d60bb4427
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      weed/server/volume_server_ui/templates.go

2
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 }}

Loading…
Cancel
Save