diff --git a/WebContent/jsp/dashboard-modern/components/dashboard-servers.jsp b/WebContent/jsp/dashboard-modern/components/dashboard-servers.jsp index 5e7c2b7..7edb471 100644 --- a/WebContent/jsp/dashboard-modern/components/dashboard-servers.jsp +++ b/WebContent/jsp/dashboard-modern/components/dashboard-servers.jsp @@ -26,6 +26,8 @@ priorityMap.put("FEP", 2); priorityMap.put("CGW", 3); priorityMap.put("FGW", 4); + priorityMap.put("APIGW", 5); + priorityMap.put("BAP", 6); Map> sortedMap = serverTypeMap.entrySet().stream() .sorted(Comparator.comparingInt(e -> priorityMap.getOrDefault(e.getKey(), Integer.MAX_VALUE))) diff --git a/WebContent/jsp/dashboard-modern/components/dashboard-transactions.jsp b/WebContent/jsp/dashboard-modern/components/dashboard-transactions.jsp index 56b5552..0d7a75a 100644 --- a/WebContent/jsp/dashboard-modern/components/dashboard-transactions.jsp +++ b/WebContent/jsp/dashboard-modern/components/dashboard-transactions.jsp @@ -29,6 +29,8 @@ priorityMap.put("FEP", 2); priorityMap.put("CGW", 3); priorityMap.put("FGW", 4); + priorityMap.put("APIGW", 5); + priorityMap.put("BAP", 6); Map> sortedMap = serverTypeMap.entrySet().stream() .sorted(Comparator.comparingInt(e -> priorityMap.getOrDefault(e.getKey(), Integer.MAX_VALUE))) diff --git a/WebContent/jsp/dashboard-modern/modern-dashboard.jsp b/WebContent/jsp/dashboard-modern/modern-dashboard.jsp index 4da9c0a..65a5433 100644 --- a/WebContent/jsp/dashboard-modern/modern-dashboard.jsp +++ b/WebContent/jsp/dashboard-modern/modern-dashboard.jsp @@ -126,9 +126,9 @@