parent
79086bb266
commit
e196b1dabc
|
|
@ -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" /> API 연동 통계(내부 데이터)</span>
|
||||
<span style="cursor:hand" onClick="javascript:goUrl('mgmt-api-outdata', '${menuId}')"><img src="${pageContext.request.contextPath}/images/renew/arrow-right.png" /> 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" /> API 신청 관리(내부 데이터)</span>
|
||||
<span style="cursor:hand" onClick="javascript:goUrl('mgmt-api-key', '${menuId}')"><img src="${pageContext.request.contextPath}/images/renew/arrow-right.png" /> API 신청 관리-내부 data</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue