Merge branch 'timeout_수정' into jenkins_with_weblogic
This commit is contained in:
@@ -127,9 +127,9 @@ function gridRendering(){
|
||||
var rowData = $(this).getRowData(rowId);
|
||||
var url2 = url_view;
|
||||
url2 += '?cmd=SVC';
|
||||
url2 += '&page='+'${param.page}';
|
||||
url2 += '&returnUrl='+'${param.returnUrl}';
|
||||
url2 += '&menuId='+'${param.menuId}';
|
||||
url2 += '&page='+$(this).getGridParam("page");
|
||||
url2 += '&returnUrl='+getReturnUrl();
|
||||
url2 += '&menuId='+'${param.menuId}';
|
||||
//검색값
|
||||
url2 += '&'+getSearchUrlForReturn();
|
||||
//key값
|
||||
@@ -310,8 +310,8 @@ $(document).ready(function() {
|
||||
|
||||
var url2 = url_view;
|
||||
url2 += '?cmd=SVC';
|
||||
url2 += '&page='+'${param.page}';
|
||||
url2 += '&returnUrl='+'${param.returnUrl}';
|
||||
url2 += '&page='+$(this).getGridParam("page");
|
||||
url2 += '&returnUrl='+getReturnUrl();
|
||||
url2 += '&menuId='+'${param.menuId}';
|
||||
//검색값
|
||||
url2 += '&'+getSearchUrlForReturn();
|
||||
|
||||
@@ -1601,10 +1601,14 @@
|
||||
<label for="toutVal"><span class="material-icons-outlined">timer</span> 타임아웃 값</label>
|
||||
<input type="number" class="form-control" id="toutVal" name="toutVal" required></input>
|
||||
</div>
|
||||
<div id="contentTypePart" class="form-group col-md-8">
|
||||
<label for="contentType"><span class="material-icons-outlined">movie</span> Content-Type (기본값:application/json)</label>
|
||||
<input type="text" class="form-control" id="contentType" name="restContentType"></input>
|
||||
</div>
|
||||
<div class="form-group col-md-2" x-show="showInboundResponse">
|
||||
<label for="toutVal"><span class="material-icons-outlined">timer</span> 타임아웃 값2</label>
|
||||
<input type="number" class="form-control" id="toutVal2" name="toutVal2" required :disabled="!showInboundResponse"></input>
|
||||
</div>
|
||||
<div id="contentTypePart" class="form-group col-md-6">
|
||||
<label for="contentType"><span class="material-icons-outlined">movie</span> Content-Type (기본값:application/json)</label>
|
||||
<input type="text" class="form-control" id="contentType" name="restContentType"></input>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user