diff --git a/src/main/webapp/WEB-INF/views/admins/mgmtApi/api-request-statistics-index.jsp b/src/main/webapp/WEB-INF/views/admins/mgmtApi/api-request-statistics-index.jsp
index c19f098..7ad1702 100644
--- a/src/main/webapp/WEB-INF/views/admins/mgmtApi/api-request-statistics-index.jsp
+++ b/src/main/webapp/WEB-INF/views/admins/mgmtApi/api-request-statistics-index.jsp
@@ -199,7 +199,6 @@
@@ -325,9 +324,9 @@
}).datepicker("setDate", new Date());
// API 호출 현황
- animateValue("successRate", 0, 99.5, 1500);
+ animateValue("successRate", 0, 100, 1500);
animateValue("failRate", 0, 0, 1500);
- animateValue("delayRate", 0, 0.5, 1500);
+ animateValue("delayRate", 0, 0, 1500);
animateValue("errorRate", 0, 0, 1500);
// API 호출 통제 목록 조회
@@ -551,10 +550,6 @@
});
}
- function refreshDashboard() {
- location.reload();
- }
-
/**
* 날짜형식 YYYYMMDDHHMI -> YYYY-MM-DD HH:MI
*/