메뉴 네비게이션 버그 수정
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Main content -->
|
<!-- Main content -->
|
||||||
<section class="content">
|
<section class="content" style="padding-bottom: 1rem;">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<form id="form" class="inputForm" action="#" th:action="@{/manage/saveApi}"
|
<form id="form" class="inputForm" action="#" th:action="@{/manage/saveApi}"
|
||||||
th:object="${apiInfo}" method="post">
|
th:object="${apiInfo}" method="post">
|
||||||
@@ -224,6 +224,8 @@
|
|||||||
<script th:src="@{/plugins/vs/editor/editor.main.js}"></script>
|
<script th:src="@{/plugins/vs/editor/editor.main.js}"></script>
|
||||||
|
|
||||||
<script th:inline="javascript">
|
<script th:inline="javascript">
|
||||||
|
var urlForSidebar = "/manage/findAllApis";
|
||||||
|
|
||||||
function setMonaco(elementId, selectId, initValue){
|
function setMonaco(elementId, selectId, initValue){
|
||||||
var targetDivElement = document.getElementById(elementId);
|
var targetDivElement = document.getElementById(elementId);
|
||||||
var lang = $("#"+selectId+" option:selected").val();
|
var lang = $("#"+selectId+" option:selected").val();
|
||||||
|
|||||||
Reference in New Issue
Block a user