swtichs the sidebar order of HCL and JSON templates

This commit is contained in:
sylviamoss 2021-02-16 10:13:05 +01:00
parent 1a20146993
commit 47adccabf2
1 changed files with 11 additions and 11 deletions

View File

@ -15,17 +15,6 @@ export default [
{
category: 'templates',
content: [
{
category: "legacy_json_templates",
content: [
'builders',
'communicator',
'engine',
'post-processors',
'provisioners',
'user-variables',
]
},
{
category: 'hcl_templates',
content: [
@ -190,6 +179,17 @@ export default [
'syntax-json',
],
},
{
category: "legacy_json_templates",
content: [
'builders',
'communicator',
'engine',
'post-processors',
'provisioners',
'user-variables',
]
},
],
},
'----------',