display bug, header is Free but data was Used

This commit is contained in:
Yoni Nakache
2020-02-24 07:47:27 +02:00
committed by GitHub
parent e96f85ed8a
commit 0d60bb4427

View File

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