mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch '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"], optional: true }],
|
||||||
|
defaultParams: ["false"]
|
||||||
});
|
});
|
||||||
|
|
||||||
addFuncDef({
|
addFuncDef({
|
||||||
|
|||||||
Reference in New Issue
Block a user