인증화면 API추가 팝업에서 API 명으로 검색 가능하도록 개선, API 설명 -> 명 변경
This commit is contained in:
@@ -232,6 +232,10 @@
|
||||
<td>
|
||||
<input type="text" name="searchEaiSvcName" value="${param.searchEaiSvcName}">
|
||||
</td>
|
||||
<th style="width:180px;">API 명</th>
|
||||
<td>
|
||||
<input type="text" name="searchEaiSvcDesc" value="${param.searchEaiSvcDesc}">
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
var selectedApiGrid = $("#selectedApiGrid");
|
||||
selectedApiGrid.jqGrid({
|
||||
datatype: "local",
|
||||
colNames: ['API ID', 'API 이름'],
|
||||
colNames: ['API ID', 'API 명'],
|
||||
colModel: [
|
||||
{name: 'apiId', index: 'apiId', width: 100, align: 'center'},
|
||||
{name: 'apiName', index: 'apiName', width: 100, align: 'center'}
|
||||
|
||||
Reference in New Issue
Block a user