Merge pull request #4358 from plm/remove-rrd-path-triple-escape
luci-app-statistics: remove rrd path triple escape
This commit is contained in:
commit
0d25e3869a
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ return baseclass.extend({
|
|||
|
||||
function __def(source) {
|
||||
var inst = source.sname,
|
||||
rrd = source.rrd.replace(/[\\:]/g, '\\$&'),
|
||||
rrd = source.rrd,
|
||||
ds = source.ds || 'value';
|
||||
|
||||
_args.push(
|
||||
|
|
Loading…
Reference in a new issue