Extend RAN connection table to handle null fields
[portal/ric-dashboard.git] / webapp-backend / src / main / java / org / oransc / ric / portal / dashboard / DashboardConstants.java
index bb093cd..c441c17 100644 (file)
@@ -26,12 +26,11 @@ public abstract class DashboardConstants {
        }
 
        public static final String ENDPOINT_PREFIX = "/api";
-
        public static final String LOGIN_PAGE = "/login.html";
-
        // Factor out method names used in multiple controllers
        public static final String VERSION_METHOD = "version";
-
+       public static final String APP_NAME_AC = "AC";
+       public static final String APP_NAME_MC = "MC";
        // The role names are defined by ONAP Portal.
        // The prefix "ROLE_" is required by Spring.
        // These are used in Java code annotations that require constants.