Merge pull request #354 from rjnagal/version

Match Filesystem listing with Filesystem Gauge name.
This commit is contained in:
Victor Marmol 2014-12-16 03:35:40 +08:00
commit 6bda72d09f

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">