Add graphtie sortByName natural param

Introduced in graphite 0.9.15

Fixes #3360
This commit is contained in:
addshore 2015-11-28 00:16:42 +01:00
parent 9e2ef543ed
commit b38dc70c71

View File

@ -279,7 +279,9 @@ function (_, $) {
addFuncDef({
name: 'sortByName',
category: categories.Special
category: categories.Special,
params: [{ name: "natural", type: "select", options: ["true", "false"] }],
defaultParams: ["false"]
});
addFuncDef({