Move FavApps plugin options to Portal Menu (#1689)

This commit is contained in:
Christophe Maudoux 2019-04-30 19:19:56 +02:00
parent f9ba34006e
commit 130f6ba983
3 changed files with 11 additions and 11 deletions

View File

@ -43,6 +43,15 @@ sub tree {
'portalDisplayAppslist',
'portalDisplayLoginHistory',
'portalDisplayOidcConsents',
{
title => 'favApps',
help => 'favapps.html',
form => 'simpleInputContainer',
nodes => [
'portalDisplayFavApps',
'favAppsMaxNumber',
]
},
]
},
'applicationList'
@ -559,15 +568,6 @@ sub tree {
'stayConnected',
'portalStatus',
'upgradeSession',
{
title => 'favApps',
help => 'favapps.html',
form => 'simpleInputContainer',
nodes => [
'portalDisplayFavApps',
'favAppsMaxNumber',
]
},
{
title => 'portalServers',
help => 'portalservers.html',

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long