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:
parent
d9fe9bf67a
commit
b0279f474e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue