Merge branch 'graphiteSortByNameNatural' of https://github.com/addshore/grafana into addshore-graphiteSortByNameNatural

This commit is contained in:
carl bergquist
2015-12-14 10:37:44 +01:00
@@ -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({