Merge pull request #4358 from plm/remove-rrd-path-triple-escape

luci-app-statistics: remove rrd path triple escape
This commit is contained in:
Hannu Nyman 2021-03-23 17:30:33 +02:00 committed by GitHub
commit 0d25e3869a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(