Match Filesystem listing with Filesystem Gauge name.

Both are now FS #n.
This commit is contained in:
Rohit Jnagal 2014-12-15 19:20:29 +00:00
parent 1953bd0e94
commit afdd1d1e96

View File

@ -161,7 +161,7 @@ const containersHtmlTemplate = `
{{with getFsStats .Stats}}
{{range $i, $e := .}}
<div class="row col-sm-12">
<h4>Partition: {{$e.Device}}</h4>
<h4>FS #{{$i}}: {{$e.Device}}</h4>
</div>
<div class="col-sm-9">
<div class="progress">