X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fwebapp-backend%2Fsrc%2Fmain%2Fjava%2Forg%2Foransc%2Fric%2Fportal%2Fdashboard%2FDashboardConstants.java;h=a96567f78077e17795606ac84f80bb40cf8cf120;hb=05c8688cd695a381eadaaa05f2027cf3f68feb5c;hp=6f124ed81ce9ea7931365d179d90530473b77427;hpb=c7d74b01b59da07704be4069acece1a91d451a7e;p=portal%2Fric-dashboard.git diff --git a/dashboard/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardConstants.java b/dashboard/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardConstants.java index 6f124ed8..a96567f7 100644 --- a/dashboard/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardConstants.java +++ b/dashboard/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardConstants.java @@ -28,11 +28,9 @@ public abstract class DashboardConstants { public static final String ENDPOINT_PREFIX = "/api"; // Spring path parameters public static final String RIC_INSTANCE_KEY = "ric"; + public static final String APP_ID = "appid"; // Factor out method names used in multiple controllers public static final String VERSION_METHOD = "version"; - // Apps with metric panels - public static final String APP_NAME_MC = "MC"; - public static final String APP_NAME_ML = "ML"; // 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.