mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
adjust UI
This commit is contained in:
parent
69aeafec67
commit
b06b7ca6e6
|
@ -83,7 +83,7 @@ var StatusTpl = template.Must(template.New("status").Funcs(funcMap).Parse(`<!DOC
|
|||
<th>Path</th>
|
||||
<th>Total</th>
|
||||
<th>Free</th>
|
||||
<th>% Usage</th>
|
||||
<th>Usage</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -92,7 +92,7 @@ var StatusTpl = template.Must(template.New("status").Funcs(funcMap).Parse(`<!DOC
|
|||
<td>{{ .Dir }}</td>
|
||||
<td>{{ bytesToHumanReadble .All }}</td>
|
||||
<td>{{ bytesToHumanReadble .Free }}</td>
|
||||
<td>{{ percentFrom .All .Used}}</td>
|
||||
<td>{{ percentFrom .All .Used}}%</td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue