applications/luci-livestats: Correct units for the S/N ratio (dB) (#82)
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Mar 2010 13:40:33 +0000 (13:40 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Mar 2010 13:40:33 +0000 (13:40 +0000)
applications/luci-livestats/luasrc/view/livestats/wireless.htm

index 0d23da4..e092f86 100644 (file)
@@ -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 ],