Changes made to fix left menu routing
[portal.git] / ecomp-portal-BE-common / src / main / java / org / onap / portalapp / portal / utils / EPCommonSystemProperties.java
index 80501e3..e253bfc 100644 (file)
@@ -100,5 +100,6 @@ public class EPCommonSystemProperties extends SystemProperties {
        public static final String AUTHORIZATION                                                = "Authorization";
        public static final String USERNAME                                                 = "username";
        public static final String PASSWORD                                                 = "password";
+       public static final String PORTAL_LEFT_MENU                                             = "portal_left_menu";
        
 }