mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 03:53:34 +08:00
display bug, header is Free but data was Used
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user