Async-Sync 타입 인터페이스 timeout 설정안되는 bugfix

This commit is contained in:
cho
2026-01-27 10:52:51 +09:00
parent 8c575f3d60
commit d9c4764224
3 changed files with 11 additions and 5 deletions
@@ -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>