luci-app-statistics: trivial fix of wrong varible name

Signed-off-by: Martin Schitter <ms+git@mur.at>
[Fixed the commit title]
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Martin Schitter 2021-11-05 19:05:56 +01:00 committed by Hannu Nyman
parent d9fe9bf67a
commit b0279f474e

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