mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Keep sidebar tab menu in alphabetical order
This commit is contained in:
@@ -64,7 +64,8 @@ RED.sidebar = (function() {
|
||||
label:options.name,
|
||||
onselect:function() {
|
||||
showSidebar(options.id);
|
||||
}
|
||||
},
|
||||
group: "sidebar-tabs"
|
||||
});
|
||||
|
||||
knownTabs[options.id] = options;
|
||||
|
||||
Reference in New Issue
Block a user