mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-26 12:09:10 +08:00
Merge pull request #1208 from LazyDBA247-Anyvision/patch-1
display bug, header is Free but data was Used
This commit is contained in:
commit
69aeafec67
@ -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…
Reference in New Issue
Block a user