From afdd1d1e96685e365ae4cf0e827b19be3a634067 Mon Sep 17 00:00:00 2001 From: Rohit Jnagal Date: Mon, 15 Dec 2014 19:20:29 +0000 Subject: [PATCH] Match Filesystem listing with Filesystem Gauge name. Both are now FS #n. --- pages/containers_html.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/containers_html.go b/pages/containers_html.go index 6e27e765..97f1e9e8 100644 --- a/pages/containers_html.go +++ b/pages/containers_html.go @@ -161,7 +161,7 @@ const containersHtmlTemplate = ` {{with getFsStats .Stats}} {{range $i, $e := .}}
-

Partition: {{$e.Device}}

+

FS #{{$i}}: {{$e.Device}}