luci-app-statistics: trivial fix of wrong varible name
authorMartin Schitter <ms+git@mur.at>
Fri, 5 Nov 2021 18:05:56 +0000 (19:05 +0100)
committerHannu Nyman <hannu.nyman@iki.fi>
Fri, 5 Nov 2021 18:30:10 +0000 (20:30 +0200)
Signed-off-by: Martin Schitter <ms+git@mur.at>
[Fixed the commit title]
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/olsrd.js

index 93cb266dc00795a04d1e70264d6892904f1b9747..19e217ab9561a1ed13e09b83e7dc1da47783f9a7 100644 (file)
@@ -86,7 +86,7 @@ return baseclass.extend({
                                    opts = {};
 
                                opts[dsn1] = { color: "00ff00", title: "LQ (%s)".format(host) };
-                               opts[dns2] = { color: "0000ff", title: "NLQ (%s)".format(host), flip: true };
+                               opts[dsn2] = { color: "0000ff", title: "NLQ (%s)".format(host), flip: true };
 
                                g.push({
                                        title: "%H: Signal Quality (%s)".format(host), vlabel: "ETX",