luci-app-statistics: protect nested formating litteral
Signed-off-by: Martin Schitter <ms+git@mur.at>
This commit is contained in:
parent
b0279f474e
commit
d91702cb22
1 changed files with 2 additions and 1 deletions
|
@ -89,7 +89,8 @@ return baseclass.extend({
|
|||
opts[dsn2] = { color: "0000ff", title: "NLQ (%s)".format(host), flip: true };
|
||||
|
||||
g.push({
|
||||
title: "%H: Signal Quality (%s)".format(host), vlabel: "ETX",
|
||||
title: "%%H: Signal Quality (%s)".format(host),
|
||||
vlabel: "ETX",
|
||||
number_format: "%5.2lf", detail: true,
|
||||
data: {
|
||||
types: [ "signal_quality" ],
|
||||
|
|
Loading…
Reference in a new issue