From fda6f024e3d27076bf93f245e47393f006d34bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=EC=A7=80=EC=9D=B8?= Date: Wed, 12 Nov 2025 09:08:53 +0900 Subject: [PATCH] =?UTF-8?q?API=20=EA=B4=80=EB=A6=AC(API=20=ED=86=B5?= =?UTF-8?q?=EA=B3=84)=20>=20API=20=ED=98=B8=EC=B6=9C=20=ED=98=84=ED=99=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admins/mgmtApi/api-request-statistics-index.jsp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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 @@

API 호출 현황

-
@@ -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 */