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

외부 데이터 연동 통계
API 연동 통계-내부 data
API 신청 관리-내부 data
main
thkim 2025-11-24 13:51:50 +09:00
parent 79086bb266
commit e196b1dabc
1 changed files with 2 additions and 2 deletions

View File

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