This commit is contained in:
Simon MacMullen 2014-06-25 09:39:58 +01:00
parent 57fb0d3f13
commit f6cf14d454
1 changed files with 2 additions and 2 deletions

View File

@ -732,8 +732,8 @@ function node_stat(used_key, limit_key, suffix, stats, rate_fmt, axis_fmt,
'node-stats', 'node-stats-' + used_key, items, stats, 'node-stats', 'node-stats-' + used_key, items, stats,
rate_fmt, axis_fmt, 'node', false); rate_fmt, axis_fmt, 'node', false);
} else { } else {
return node_stat_bar(used_key, limit_key, suffix, stats, fmt, colour, return node_stat_bar(used_key, limit_key, suffix, stats, axis_fmt,
help, invert); colour, help, invert);
} }
} }