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