From 6e50276a42ab82cfe34ced9cf97e545283f37f2a Mon Sep 17 00:00:00 2001 From: Sudarshan Kumar Date: Fri, 7 Feb 2020 23:00:54 +0530 Subject: 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 --- ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ecomp-portal-BE-os/src') 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 -- cgit 1.2.3-korg