From cce246831c1b5f99754196b92995013e48349408 Mon Sep 17 00:00:00 2001 From: daekuk Date: Tue, 9 Dec 2025 18:14:57 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AD=EC=A0=9C=EC=8B=9C=20clientId=20?= =?UTF-8?q?=EB=B3=80=EC=88=98=EC=97=90=20=EC=A4=91=EB=B3=B5=EA=B0=92=20?= =?UTF-8?q?=EB=84=A3=EC=96=B4=EC=84=9C=20exist=20=EC=97=90=EB=9F=AC?= =?UTF-8?q?=EB=B0=9C=EC=83=9D,=20=ED=95=B4=EB=8B=B9=20=EC=A4=91=EB=B3=B5?= =?UTF-8?q?=EA=B0=92=20=EB=84=A3=EB=8A=94=20=EB=B6=80=EB=B6=84=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/onl/admin/httpouttlsinfo/httpOutTlsInfoManDetail.jsp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/WebContent/jsp/onl/admin/httpouttlsinfo/httpOutTlsInfoManDetail.jsp b/WebContent/jsp/onl/admin/httpouttlsinfo/httpOutTlsInfoManDetail.jsp index 5376062..187304e 100644 --- a/WebContent/jsp/onl/admin/httpouttlsinfo/httpOutTlsInfoManDetail.jsp +++ b/WebContent/jsp/onl/admin/httpouttlsinfo/httpOutTlsInfoManDetail.jsp @@ -234,11 +234,6 @@ var postData = $('#ajaxForm').serializeArray(); $clientId.prop('disabled', true); - - var key = "${param.clientId}"; - - //client 를 먼저 삭제 한 경우를 위해 mTls info 삭제 가능하도록 함. - postData.push({name: "clientId", value: key}); postData.push({name: "cmd", value: "DELETE"});