PropertyTable 생성

This commit is contained in:
현성필
2024-01-19 21:10:57 +09:00
parent dba414cb4a
commit 924196b629
33 changed files with 1067 additions and 368 deletions
@@ -41,7 +41,7 @@
<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/apitestmanager/app.bundle.js}" defer></script>
</head>
</html>
@@ -20,6 +20,9 @@
</div>
</div>
</div>
<div id="popperContent" style="display: none;">
Your Popper content here.
</div>
<div style="display: none">
<ul id="servers">
<li th:each="server : ${servers}" th:data-id="${server.id}" th:data-name="${server.name}" th:data-path="${server.basePath}"></li>
@@ -31,7 +34,8 @@
</body>
<th:block layout:fragment="contentScript">
<script th:src="@{/plugins/apitestmanager/app.bundle.js}" defer></script>
<!-- <script th:src="@{/plugins/apitestmanager/vendors.bundle.js}" defer></script>-->
<!-- <script th:src="@{/plugins/apitestmanager/app.bundle.js}" defer></script>-->
<script>
$(document).ajaxError(function (event, jqxhr, settings, exception) {
if (jqxhr.status === 401) {