swtichs the sidebar order of HCL and JSON templates
This commit is contained in:
parent
1a20146993
commit
47adccabf2
|
@ -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',
|
||||
]
|
||||
},
|
||||
],
|
||||
},
|
||||
'----------',
|
||||
|
|
Loading…
Reference in New Issue