mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add graphtie sortByName natural param
Introduced in graphite 0.9.15 Fixes #3360
This commit is contained in:
parent
9e2ef543ed
commit
b38dc70c71
@ -279,7 +279,9 @@ function (_, $) {
|
|||||||
|
|
||||||
addFuncDef({
|
addFuncDef({
|
||||||
name: 'sortByName',
|
name: 'sortByName',
|
||||||
category: categories.Special
|
category: categories.Special,
|
||||||
|
params: [{ name: "natural", type: "select", options: ["true", "false"] }],
|
||||||
|
defaultParams: ["false"]
|
||||||
});
|
});
|
||||||
|
|
||||||
addFuncDef({
|
addFuncDef({
|
||||||
|
Loading…
Reference in New Issue
Block a user