Change advanced params order

This commit is contained in:
Christophe Maudoux 2018-11-28 22:24:10 +01:00
parent f02c4d8dbe
commit 6cd1f7e8db
2 changed files with 3 additions and 3 deletions

View File

@ -665,6 +665,7 @@ sub tree {
help => 'start.html#advanced_features',
nodes => [
'customFunctions',
'multiValuesSeparator',
{ title => 'security',
help =>
'security.html#configure_security_settings',
@ -714,8 +715,7 @@ sub tree {
]
},
'nginxCustomHandlers',
'logoutServices',
'multiValuesSeparator',
'logoutServices',
{ title => 'forms',
form => 'simpleInputContainer',
nodes => [

File diff suppressed because one or more lines are too long