From e499b3d57dfca0dd05348068cb59bfceab93dfff Mon Sep 17 00:00:00 2001 From: yunjy Date: Tue, 23 Aug 2022 09:27:26 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EC=96=91=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/page/add-edit-script-info.html | 2 +- src/main/resources/templates/page/list-api.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/templates/page/add-edit-script-info.html b/src/main/resources/templates/page/add-edit-script-info.html index 49c39d8..6e1eaf4 100644 --- a/src/main/resources/templates/page/add-edit-script-info.html +++ b/src/main/resources/templates/page/add-edit-script-info.html @@ -161,7 +161,7 @@ const model = editor.getModel(); setMainRestrictions(true); - model.toggleHighlightOfEditableAreas(); + // model.toggleHighlightOfEditableAreas(); $('#form').submit(function(eventObj) { $('#scriptName').prop( "disabled", false ); diff --git a/src/main/resources/templates/page/list-api.html b/src/main/resources/templates/page/list-api.html index a6aea28..85f454b 100644 --- a/src/main/resources/templates/page/list-api.html +++ b/src/main/resources/templates/page/list-api.html @@ -50,6 +50,7 @@ API명 URL 서비스코드 + 스크립트 Method 수정 삭제 @@ -117,6 +118,7 @@ {"data": "apiName"}, {"data": "url"}, {"data": "serviceValue"}, + {"data": "scriptName"}, {"data": "method", "searchable": false, "orderable": false}, {"data": "id", "searchable": false, "orderable": false}, {"data": "id", "searchable": false, "orderable": false}