그리드 항목 네이밍 개선요청 반영.(API명 -> ID, 설명 -> API 명)
This commit is contained in:
@@ -85,8 +85,8 @@
|
||||
url: url,
|
||||
postData: gridPostData,
|
||||
colNames: ['업무구분',
|
||||
'API 명(*)',
|
||||
'API 설명',
|
||||
'API ID(*)',
|
||||
'API 명',
|
||||
'요청',
|
||||
'응답',
|
||||
'작성자',
|
||||
@@ -387,11 +387,11 @@
|
||||
<td>
|
||||
<select name="searchEaiBzwkDstcd" value="${param.searchEaiBzwkDstcd}"></select>
|
||||
</td>
|
||||
<th style="width:180px;">API 명</th>
|
||||
<th style="width:180px;">API ID</th>
|
||||
<td>
|
||||
<input type="text" name="searchEaiSvcName" value="${param.searchEaiSvcName}">
|
||||
</td>
|
||||
<th style="width:180px;">API설명</th>
|
||||
<th style="width:180px;">API 명</th>
|
||||
<td>
|
||||
<input type="text" name="searchEaiSvcDesc" value="${param.searchEaiSvcDesc}">
|
||||
</td>
|
||||
|
||||
@@ -1363,7 +1363,7 @@
|
||||
|
||||
<div class="form-group col-md-3">
|
||||
<label for="eaiSvcName">
|
||||
<span class="material-icons-outlined">badge</span> API 명
|
||||
<span class="material-icons-outlined">badge</span> API ID
|
||||
</label>
|
||||
<div class="input-group">
|
||||
<input type="text"
|
||||
@@ -1389,7 +1389,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-5">
|
||||
<label for="eaiSvcDesc"><span class="material-icons-outlined">chat</span> 설명</label>
|
||||
<label for="eaiSvcDesc"><span class="material-icons-outlined">chat</span> API 명</label>
|
||||
<input type="text" class="form-control" id="eaiSvcDesc" name="eaiSvcDesc" required></input>
|
||||
</div>
|
||||
<div class="form-group col-md-1">
|
||||
@@ -1965,7 +1965,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group col-md-8">
|
||||
<label for="newSvcName"><span class="material-icons-outlined">badge</span> API 명</label>
|
||||
<label for="newSvcName"><span class="material-icons-outlined">badge</span> API ID</label>
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" id="newSvcName" name="newSvcName" required>
|
||||
<span class="input-group-text" style="padding: 0; border: none;">
|
||||
|
||||
Reference in New Issue
Block a user