그리드 항목 네이밍 개선요청 반영.(API명 -> ID, 설명 -> API 명)
This commit is contained in:
@@ -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