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> (cherry picked from commit b0279f474e983e6e46e5b58df1332bf697d32a87)
This commit is contained in:
parent
388dae96c7
commit
433816e9bd
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user