From b0279f474e983e6e46e5b58df1332bf697d32a87 Mon Sep 17 00:00:00 2001 From: Martin Schitter Date: Fri, 5 Nov 2021 19:05:56 +0100 Subject: [PATCH] luci-app-statistics: trivial fix of wrong varible name Signed-off-by: Martin Schitter [Fixed the commit title] Signed-off-by: Hannu Nyman --- .../resources/statistics/rrdtool/definitions/olsrd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/olsrd.js b/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/olsrd.js index 93cb266dc0..19e217ab95 100644 --- a/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/olsrd.js +++ b/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/olsrd.js @@ -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", -- 2.30.2