From 35a737d505f9abf1a5b8e538a5328a253d1c22c2 Mon Sep 17 00:00:00 2001 From: daekuk Date: Thu, 11 Dec 2025 13:14:34 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=9C=A0=EB=9F=89=EC=A0=9C=EC=96=B4=20?= =?UTF-8?q?=EA=B7=B8=EB=A3=B9=20=EA=B4=80=EB=A6=AC=20UI=20=EA=B0=9C?= =?UTF-8?q?=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 리스트/상세 화면에 그룹 ID 컬럼 추가 (상세는 수정 시에만 표시) - 현황 탭에 전체 인스턴스 합산 요약 추가 (활성 인스턴스 수, 초당/추가 임계치 합산) - 추가 임계치 시간단위에서 '초(SEC)' 옵션 제거 - 신규 등록 시 저장 완료 후 목록 화면으로 이동, 수정 시 현재 화면 유지 - 모달 열릴 때 버튼 포커스 해제하여 스페이스 키 중복 실행 방지 --- .../admin/inflow/inflowGroupControlMan.jsp | 10 ++++- .../inflow/inflowGroupControlManDetail.jsp | 42 ++++++++++++++++--- 2 files changed, 44 insertions(+), 8 deletions(-) diff --git a/WebContent/jsp/onl/admin/inflow/inflowGroupControlMan.jsp b/WebContent/jsp/onl/admin/inflow/inflowGroupControlMan.jsp index 02a845e..04bf391 100644 --- a/WebContent/jsp/onl/admin/inflow/inflowGroupControlMan.jsp +++ b/WebContent/jsp/onl/admin/inflow/inflowGroupControlMan.jsp @@ -26,6 +26,7 @@ .datetime-display { font-size:11px; color:#666; } .datetime-display .date { color:#333; } .datetime-display .time { color:rgba(0,128,128,0.9); font-weight:500; } +.group-id-display { font-family:Consolas, monospace; font-size:11px; color:#666; }