Improve manger tree (#1616)

This commit is contained in:
Christophe Maudoux 2019-01-19 16:04:03 +01:00
parent 418ccf57f5
commit 87d8e4c1ad
3 changed files with 23 additions and 22 deletions

View File

@ -513,26 +513,7 @@ sub tree {
'soapSessionServer',
'soapConfigServer',
'exportedAttr',
{ title => 'SMTP',
help => 'portalservers.html#SMTP',
nodes => [
'mailSessionKey',
'SMTPServer',
'SMTPPort',
'SMTPAuthUser',
'SMTPAuthPass',
'SMTPTLS',
'SMTPTLSOpts',
{ title => 'mailHeaders',
form => 'simpleInputContainer',
nodes => [
'mailFrom',
'mailReplyTo',
'mailCharset'
]
},
]
},
]
},
{ title => 'loginHistory',
@ -680,6 +661,26 @@ sub tree {
nodes => [
'customFunctions',
'multiValuesSeparator',
{ title => 'SMTP',
help => 'smtp.html',
nodes => [
'mailSessionKey',
'SMTPServer',
'SMTPPort',
'SMTPAuthUser',
'SMTPAuthPass',
'SMTPTLS',
'SMTPTLSOpts',
{ title => 'mailHeaders',
form => 'simpleInputContainer',
nodes => [
'mailFrom',
'mailReplyTo',
'mailCharset'
]
},
]
},
{ title => 'security',
help =>
'security.html#configure_security_settings',

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long