From fc94d01e75e55026d2f360bec820ba6e3431eacd Mon Sep 17 00:00:00 2001 From: daekuk Date: Tue, 30 Dec 2025 15:24:26 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EA=B0=80=EC=83=81=20=EC=9D=B8=EB=8D=B1?= =?UTF-8?q?=EC=8A=A4=20=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/onl/admin/authserver/clientManDetail.jsp | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/WebContent/jsp/onl/admin/authserver/clientManDetail.jsp b/WebContent/jsp/onl/admin/authserver/clientManDetail.jsp index 18e652f..33dd4d8 100644 --- a/WebContent/jsp/onl/admin/authserver/clientManDetail.jsp +++ b/WebContent/jsp/onl/admin/authserver/clientManDetail.jsp @@ -133,14 +133,17 @@ var selectedApiGrid = $("#selectedApiGrid"); selectedApiGrid.jqGrid({ datatype: "local", + gridview: true, // 성능 향상 + rownumbers: true, // 가상 인덱스 + rownumWidth: 40, colNames: ['API ID', 'API 이름'], colModel: [ {name: 'apiId', index: 'apiId', width: 100, align: 'center'}, {name: 'apiDesc', index: 'apiDesc', width: 100, align: 'center'} ], - rowNum: 10, - rowList: [10, 20, 30], - pager: '#selectedApiGridPager', + rowNum: -1, +// rowList: [10, 20, 30], +// pager: '#selectedApiGridPager', sortname: 'apiId', viewrecords: true, sortorder: "asc", @@ -152,6 +155,9 @@ // selectedApiGrid.jqGrid('delRowData', rowid); } }); + + selectedApiGrid.jqGrid('setLabel', 'rn', 'No'); // 가상 인덱스 ColNames + $.ajax({ type: "POST", url: url, From b477c84a63592a4d3d1d85db11401e3466858851 Mon Sep 17 00:00:00 2001 From: daekuk Date: Fri, 2 Jan 2026 13:44:21 +0900 Subject: [PATCH 2/2] =?UTF-8?q?merge=20=EC=B6=A9=EB=8F=8C=20=EC=B2=98?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/web.xml | 45 +++++++++++--------------------------- 1 file changed, 13 insertions(+), 32 deletions(-) diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index dc7a0ea..a73128b 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -9,16 +9,7 @@ contextConfigLocation /WEB-INF/applicationContext.xml - - - CrossScriptingFilter - com.eactive.eai.rms.common.filter.CrossScriptingFilter - - - CrossScriptingFilter - /* - - + encodingFilter org.springframework.web.filter.CharacterEncodingFilter @@ -31,30 +22,20 @@ true + + + encodingFilter + /* + + + - encodingFilterEUCKR - org.springframework.web.filter.CharacterEncodingFilter - - encoding - utf-8 - - - forceEncoding - true - + CrossScriptingFilter + com.eactive.eai.rms.common.filter.CrossScriptingFilter - encodingFilterEUCKR - *.excel - - - encodingFilter - *.file - - - - encodingFilter - *.json + CrossScriptingFilter + /*