mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Graphite: fixed aliasSub graphite func definition
This commit is contained in:
@@ -194,7 +194,7 @@ function (_) {
|
||||
name: "aliasSub",
|
||||
category: categories.Special,
|
||||
params: [{ name: "search", type: 'string' }, { name: "replace", type: 'string' }],
|
||||
defaultParams: ['', '']
|
||||
defaultParams: ['', '\\1']
|
||||
});
|
||||
|
||||
addFuncDef({
|
||||
|
||||
Reference in New Issue
Block a user