Review feedback

This commit is contained in:
Tom Wilkie
2015-12-16 14:38:22 +00:00
parent 21a16771c9
commit 8efa0d147b
3 changed files with 14 additions and 16 deletions
+1 -1
View File
@@ -539,7 +539,7 @@ func hostOriginTable(nmd report.Node) (Table, bool) {
fmt formatter
}{
{host.CPUUsage, "CPU Usage", formatPercent},
{host.MemUsage, "Memory Usage", formatPercent},
{host.MemUsage, "Memory Usage", formatMemory},
} {
if val, ok := nmd.Metrics[tuple.key]; ok {
rows = append(rows, sparklineRow(tuple.human, val, tuple.fmt))