Improve manger tree (#1616)

environments/ppa-mbqj77/deployments/655^2
Christophe Maudoux 7 years ago
parent 418ccf57f5
commit 87d8e4c1ad
  1. 41
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm
  2. 2
      lemonldap-ng-manager/site/htdocs/static/reverseTree.json
  3. 2
      lemonldap-ng-manager/site/htdocs/static/struct.json

@ -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
Loading…
Cancel
Save