Re-order Plugins parameters

lowercase-endpoints
Christophe Maudoux 5 years ago
parent 8acc855e45
commit d53aff9c74
  1. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm
  2. 2
      lemonldap-ng-manager/site/htdocs/static/struct.json

@ -580,6 +580,7 @@ sub tree {
'stayConnected', 'stayConnected',
'portalStatus', 'portalStatus',
'upgradeSession', 'upgradeSession',
'refreshSessions',
{ {
title => 'portalServers', title => 'portalServers',
help => 'portalservers.html', help => 'portalservers.html',
@ -761,7 +762,6 @@ sub tree {
help => 'plugincustom.html', help => 'plugincustom.html',
nodes => [ 'customPlugins', 'customPluginsParams' ] nodes => [ 'customPlugins', 'customPluginsParams' ]
}, },
'refreshSessions',
] ]
}, },
{ {

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