From: Jo-Philipp Wich Date: Thu, 25 Mar 2010 13:40:33 +0000 (+0000) Subject: applications/luci-livestats: Correct units for the S/N ratio (dB) (#82) X-Git-Tag: 0.10.0~777 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2b726957366b83a118469151f5704c524f2f1914;p=oweals%2Fluci.git applications/luci-livestats: Correct units for the S/N ratio (dB) (#82) --- diff --git a/applications/luci-livestats/luasrc/view/livestats/wireless.htm b/applications/luci-livestats/luasrc/view/livestats/wireless.htm index 0d23da42b..e092f86e3 100644 --- a/applications/luci-livestats/luasrc/view/livestats/wireless.htm +++ b/applications/luci-livestats/luasrc/view/livestats/wireless.htm @@ -18,7 +18,7 @@ [ function(data) { return parseFloat(data["Signal level"]) - parseFloat(data["Noise level"]); - }, "S/N (dBm)"], + }, "S/N (dB)"], // Graph layout options { drawBackground: false, yAxis: [ 0, 50 ],