Improve Manager GUI

environments/ppa-mbqj77/deployments/492
Christophe Maudoux 7 years ago
parent dcb34f5fe8
commit 694c214f92
  1. 3
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm
  2. 4
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
  3. 1
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/CTrees.pm
  4. 3
      lemonldap-ng-manager/site/htdocs/static/js/conftree.js
  5. 2
      lemonldap-ng-manager/site/htdocs/static/js/conftree.min.js
  6. 2
      lemonldap-ng-manager/site/htdocs/static/struct.json

@ -2495,7 +2495,8 @@ qr/(?:(?:https?):\/\/(?:(?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.]
'type' => 'bool'
},
'samlDiscoveryProtocolIsPassive' => {
'type' => 'bool'
'default' => 0,
'type' => 'bool'
},
'samlDiscoveryProtocolPolicy' => {
'type' => 'text'

@ -2278,6 +2278,10 @@ sub attributes {
test => $perlExpr,
documentation => 'Rule to grant access to this SP',
},
samlDiscoveryProtocolIsPassive => {
type => 'bool',
default => 0,
},
# AUTH, USERDB and PASSWORD MODULES
authentication => {

@ -25,6 +25,7 @@ sub cTrees {
{
title => 'vhostOptions',
help => 'configvhost.html#options',
form => 'simpleInputContainer',
nodes => [
'vhostPort', 'vhostHttps',
'vhostMaintenance', 'vhostAliases',

@ -1142,7 +1142,8 @@ function templates(tpl,key) {
],
"help" : "configvhost.html#options",
"id" : "vhostOptions",
"title" : "vhostOptions"
"title" : "vhostOptions",
"type" : "simpleInputContainer"
}
]
;

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