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