diff options
author | Sudarshan Kumar <sudarshan.kumar@att.com> | 2020-02-07 23:00:54 +0530 |
---|---|---|
committer | Sunder Tattavarada <statta@research.att.com> | 2020-02-10 16:35:54 +0000 |
commit | 6e50276a42ab82cfe34ced9cf97e545283f37f2a (patch) | |
tree | 30ab9d415b8f48e249eed9c37ddbd81029cc23f4 /ecomp-portal-BE-os | |
parent | c47ea589f9d89d6b57aae48149a5a67b5bf6c953 (diff) |
Changes made to fix left menu routing
Changes made to fix left menu routing issue with ONAP-PORTAL
Issue-ID: PORTAL-795
Change-Id: I0278049c9d9e95b9a64674fa3f99aff0e9d24a06
Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
Diffstat (limited to 'ecomp-portal-BE-os')
-rw-r--r-- | ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties b/ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties index cb187c8c..c6ee0e9b 100644 --- a/ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties +++ b/ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties @@ -153,3 +153,5 @@ ext_central_access_user_domain = @csp.onap.org # External Central Auth system access remote_centralized_system_access = false +#left menu with root value or non-root +portal_left_menu = non-root
\ No newline at end of file |