applications/luci-livestats: Correct units for the S/N ratio (dB) (#82)

This commit is contained in:
Jo-Philipp Wich 2010-03-25 13:40:33 +00:00
parent f115f8f514
commit 2b72695736

View 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 ],