Merge pull request #5490 from mash-graz/fix-luci-olsrd-protect-format-literals
This commit is contained in:
commit
0d8b018d19
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