[Fix] Add custom menu in side bar

pull/424/head
tessier 5 years ago
parent a5185ce824
commit af573d297c

@ -32,6 +32,9 @@
"nodes/azure": { "nodes/azure": {
"title": "Azure" "title": "Azure"
}, },
"nodes/custom": {
"title": "Custom"
},
"nodes/elastic": { "nodes/elastic": {
"title": "Elastic" "title": "Elastic"
}, },

@ -24,7 +24,8 @@
"nodes/elastic", "nodes/elastic",
"nodes/generic", "nodes/generic",
"nodes/programming", "nodes/programming",
"nodes/saas" "nodes/saas",
"nodes/custom"
] ]
} }
} }
Loading…
Cancel
Save