모양수정
This commit is contained in:
@@ -161,7 +161,7 @@
|
|||||||
const model = editor.getModel();
|
const model = editor.getModel();
|
||||||
|
|
||||||
setMainRestrictions(true);
|
setMainRestrictions(true);
|
||||||
model.toggleHighlightOfEditableAreas();
|
// model.toggleHighlightOfEditableAreas();
|
||||||
|
|
||||||
$('#form').submit(function(eventObj) {
|
$('#form').submit(function(eventObj) {
|
||||||
$('#scriptName').prop( "disabled", false );
|
$('#scriptName').prop( "disabled", false );
|
||||||
|
|||||||
@@ -50,6 +50,7 @@
|
|||||||
<th>API명</th>
|
<th>API명</th>
|
||||||
<th>URL</th>
|
<th>URL</th>
|
||||||
<th>서비스코드</th>
|
<th>서비스코드</th>
|
||||||
|
<th>스크립트</th>
|
||||||
<th>Method</th>
|
<th>Method</th>
|
||||||
<th>수정</th>
|
<th>수정</th>
|
||||||
<th>삭제</th>
|
<th>삭제</th>
|
||||||
@@ -117,6 +118,7 @@
|
|||||||
{"data": "apiName"},
|
{"data": "apiName"},
|
||||||
{"data": "url"},
|
{"data": "url"},
|
||||||
{"data": "serviceValue"},
|
{"data": "serviceValue"},
|
||||||
|
{"data": "scriptName"},
|
||||||
{"data": "method", "searchable": false, "orderable": false},
|
{"data": "method", "searchable": false, "orderable": false},
|
||||||
{"data": "id", "searchable": false, "orderable": false},
|
{"data": "id", "searchable": false, "orderable": false},
|
||||||
{"data": "id", "searchable": false, "orderable": false}
|
{"data": "id", "searchable": false, "orderable": false}
|
||||||
|
|||||||
Reference in New Issue
Block a user