Merge remote-tracking branch 'origin/master'

This commit is contained in:
yunjy
2021-07-23 09:55:05 +09:00
6 changed files with 81 additions and 5 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -129,6 +129,30 @@
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="form-group row">
<label class="col-sm-3 col-form-label">응답 Status Code</label>
<div class="col-sm-9">
<input type="text" th:field="*{responseStatusCode}"
class="form-control"> <span
th:if="${#fields.hasErrors('responseStatusCode')}" th:errors="*{responseStatusCode}"
class="text-danger"></span>
</div>
</div>
</div>
<div class="col-md-6">
<div class="form-group row">
<label class="col-sm-3 col-form-label">Sleep 타임(초)</label>
<div class="col-sm-9">
<input type="text" th:field="*{sleepSeconds}"
class="form-control"> <span
th:if="${#fields.hasErrors('sleepSeconds')}" th:errors="*{sleepSeconds}"
class="text-danger"></span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="form-group row">