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

[200~외부 데이터 연동 통계

API 연동 통계(내부 데이터)

API 신청 관리(내부 데이터~
main
thkim 2025-11-24 13:47:40 +09:00
parent 769e3633b5
commit 79086bb266
1 changed files with 3 additions and 3 deletions

View File

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