Add DevOps in manager (#1091)

... Even if it is not really usable using this feature (dynamic vhost)
environments/ppa-mbqj77/deployments/1
Xavier Guimard 8 years ago
parent 597e4c7c68
commit b60bc5c851
  1. 4
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm
  2. 3
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
  3. 4
      lemonldap-ng-manager/site/htdocs/static/js/conftree.js
  4. 2
      lemonldap-ng-manager/site/htdocs/static/js/conftree.min.js

@ -2887,6 +2887,10 @@ qr/^(?:(?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][-a-
{
'k' => 'CDA',
'v' => 'CDA'
},
{
'k' => 'DevOps',
'v' => 'DevOps'
}
],
'type' => 'select'

@ -1112,6 +1112,7 @@ sub attributes {
{ k => 'AuthBasic', v => 'AuthBasic' },
{ k => 'SecureToken', v => 'SecureToken' },
{ k => 'CDA', v => 'CDA' },
{ k => 'DevOps', v => 'DevOps' },
],
default => 'Main',
documentation => 'Handler type',
@ -1989,7 +1990,7 @@ m{^(?:ldapi://[^/]*/?|\w[\w\-\.]*(?::\d{1,5})?|ldap(?:s|\+tls)?://\w[\w\-\.]*(?:
default => {
proxy => 'http://auth.example.com/sessions',
ns =>
'http://auth.example.com/Lemonldap/NG/Common/PSGI/SOAPService',
'http://auth.example.com/Lemonldap/NG/Common/PSGI/SOAPService',
},
documentation => 'Demo exported variables',
},

@ -940,6 +940,10 @@ function templates(tpl,key) {
{
"k" : "CDA",
"v" : "CDA"
},
{
"k" : "DevOps",
"v" : "DevOps"
}
],
"title" : "vhostType",

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save