Browse Source
display bug, header is Free but data was Used
pull/1208/head
Yoni Nakache
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 }} |
|
|
|