Merge pull request #354 from rjnagal/version
Match Filesystem listing with Filesystem Gauge name.
This commit is contained in:
commit
6bda72d09f
@ -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