PropertyTable 생성
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user