Oops.
This commit is contained in:
parent
57fb0d3f13
commit
f6cf14d454
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue