Fix contextual help (#1481)

environments/ppa-mbqj77/deployments/190
Christophe Maudoux 7 years ago
parent 903f1fe3bc
commit 77c36cc98e
  1. 6
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm
  2. 2
      lemonldap-ng-manager/site/htdocs/static/struct.json

@ -623,13 +623,13 @@ sub tree {
'upgradeSession',
{
title => 'autoSignin',
help => 'autoSignin.html',
nodes => ['autoSigninRules'],
help => 'autosignin.html',
nodes => ['autoSigninRules']
},
{
title => 'stateCheck',
help => 'checkstate.html',
nodes => [ 'checkState', 'checkStateSecret', ],
nodes => [ 'checkState', 'checkStateSecret', ]
},
]
},

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