메뉴 네비게이션 버그 수정

This commit is contained in:
hsoh
2022-03-30 10:35:25 +09:00
parent 73ef416fe1
commit 693e4ee2ce
@@ -25,7 +25,7 @@
</section>
<!-- Main content -->
<section class="content">
<section class="content" style="padding-bottom: 1rem;">
<div class="container-fluid">
<form id="form" class="inputForm" action="#" th:action="@{/manage/saveApi}"
th:object="${apiInfo}" method="post">
@@ -224,6 +224,8 @@
<script th:src="@{/plugins/vs/editor/editor.main.js}"></script>
<script th:inline="javascript">
var urlForSidebar = "/manage/findAllApis";
function setMonaco(elementId, selectId, initValue){
var targetDivElement = document.getElementById(elementId);
var lang = $("#"+selectId+" option:selected").val();