인증화면 API추가 팝업에서 API 명으로 검색 가능하도록 개선, API 설명 -> 명 변경

This commit is contained in:
daekuk
2025-12-11 11:27:10 +09:00
parent a2ad71a080
commit b4eba6dfde
2 changed files with 5 additions and 1 deletions
@@ -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'}