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 b0279f474e
)
This commit is contained in:
parent
388dae96c7
commit
433816e9bd
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