ApiTestManager 소스 추가
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
<script th:src="@{/js/jquery-validation/localization/messages_ko.min.js}"></script>
|
||||
<script th:src="@{/js/common.js}"></script>
|
||||
<script th:src="@{/js/dataTables/datatables.min.js}"></script>
|
||||
<script th:src="@{/plugins/vs/loader.js}"></script>
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<button type="button" class="btn btn-primary btn-sm stop_scenario me-2">정지</button>
|
||||
<!-- <button type="button" class="btn btn-primary btn-sm export">내보내기</button>-->
|
||||
<!-- <button type="button" class="btn btn-primary btn-sm clear me-2">초기화</button>-->
|
||||
<button type="button" class="btn btn-primary btn-sm add_start">시작 노드</button>
|
||||
<!-- <button type="button" class="btn btn-primary btn-sm add_start">시작 노드</button>-->
|
||||
</div>
|
||||
<div>시나리오 설명이 여기에 표시</div>
|
||||
<div class="api-scenario-editor-body" style="display: flex; flex-direction: row; flex: 1; border: 1px solid grey; padding: 5px;">
|
||||
|
||||
Reference in New Issue
Block a user