From: Martin Schitter Date: Fri, 5 Nov 2021 18:05:56 +0000 (+0100) Subject: luci-app-statistics: trivial fix of wrong varible name X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=433816e9bd214010f704a47115bc6aa4083dfa30;p=project%2Fluci.git luci-app-statistics: trivial fix of wrong varible name Signed-off-by: Martin Schitter [Fixed the commit title] Signed-off-by: Hannu Nyman (cherry picked from commit b0279f474e983e6e46e5b58df1332bf697d32a87) --- 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",