Merge branch 'graphiteSortByNameNatural' of https://github.com/addshore/grafana into addshore-graphiteSortByNameNatural
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user