mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
Graphite: fixed aliasSub graphite func definition
This commit is contained in:
parent
62b58d8bb0
commit
88c2f18b20
@ -194,7 +194,7 @@ function (_) {
|
||||
name: "aliasSub",
|
||||
category: categories.Special,
|
||||
params: [{ name: "search", type: 'string' }, { name: "replace", type: 'string' }],
|
||||
defaultParams: ['', '']
|
||||
defaultParams: ['', '\\1']
|
||||
});
|
||||
|
||||
addFuncDef({
|
||||
|
Loading…
Reference in New Issue
Block a user