Match Filesystem listing with Filesystem Gauge name.
Both are now FS #n.
This commit is contained in:
parent
1953bd0e94
commit
afdd1d1e96
@ -161,7 +161,7 @@ const containersHtmlTemplate = `
|
|||||||
{{with getFsStats .Stats}}
|
{{with getFsStats .Stats}}
|
||||||
{{range $i, $e := .}}
|
{{range $i, $e := .}}
|
||||||
<div class="row col-sm-12">
|
<div class="row col-sm-12">
|
||||||
<h4>Partition: {{$e.Device}}</h4>
|
<h4>FS #{{$i}}: {{$e.Device}}</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-9">
|
<div class="col-sm-9">
|
||||||
<div class="progress">
|
<div class="progress">
|
||||||
|
Loading…
Reference in New Issue
Block a user