From 0cf0e24e5239f6e973419f3d7b82ee62f7db343d Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Mon, 8 Aug 2011 00:15:45 +0100 Subject: fix network throughput units --- docs/examples/jarmon_example_recipes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/jarmon_example_recipes.js b/docs/examples/jarmon_example_recipes.js index 98cd8a7..a2e822e 100644 --- a/docs/examples/jarmon_example_recipes.js +++ b/docs/examples/jarmon_example_recipes.js @@ -54,8 +54,8 @@ jarmon.CHART_RECIPES_COLLECTD = { 'interface': { title: 'Wlan0 Throughput', data: [ - ['data/interface/if_octets-wlan0.rrd', 'tx', 'Transmit', 'b/s'], - ['data/interface/if_octets-wlan0.rrd', 'rx', 'Receive', 'b/s'] + ['data/interface/if_octets-wlan0.rrd', 'tx', 'Transmit', 'B/s'], + ['data/interface/if_octets-wlan0.rrd', 'rx', 'Receive', 'B/s'] ], options: jQuery.extend(true, {}, jarmon.Chart.BASE_OPTIONS) } -- cgit v1.1-4-g5e80