feat: API 관리 서브 메뉴 명 변경

외부 데이터 연동 통계
API 연동 통계-내부 data
API 신청 관리-내부 data
main
thkim 2025-11-24 13:56:17 +09:00
parent 5661dfaeb1
commit 6fe404c694
1 changed files with 2 additions and 2 deletions

View File

@ -74,14 +74,14 @@ img { border:0; }
</tr>
<tr>
<td>
<div class="menu-item ${pId eq 'mgmt-api-index' ? 'active' : ''}">
<div class="menu-item ${pId eq 'mgmt-api-outdata' ? 'active' : ''}">
<span style="cursor:hand" onClick="javascript:goUrl('mgmt-api-outdata', '${menuId}')"><img src="${pageContext.request.contextPath}/images/renew/arrow-right.png" /> &nbsp;외부 데이터 연동 통계</span>
</div>
</td>
</tr>
<tr>
<td>
<div class="menu-item ${pId eq 'mgmt-api-outdata' ? 'active' : ''}">
<div class="menu-item ${pId eq 'mgmt-api-index' ? 'active' : ''}">
<span style="cursor:hand" onClick="javascript:goUrl('mgmt-api-index', '${menuId}')"><img src="${pageContext.request.contextPath}/images/renew/arrow-right.png" /> &nbsp;API 연동 통계-내부 data</span>
</div>
</td>