parent
5661dfaeb1
commit
6fe404c694
|
|
@ -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" /> 외부 데이터 연동 통계</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" /> API 연동 통계-내부 data</span>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue