Async-Sync 타입 인터페이스 timeout 설정안되는 bugfix
This commit is contained in:
@@ -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