
--- client/views/pages/integrated/UserManagement.vue
+++ client/views/pages/integrated/UserManagement.vue
... | ... | @@ -197,7 +197,7 @@ |
197 | 197 |
</table> |
198 | 198 |
<div class="modal-end flex justify-between" style="flex-wrap: nowrap;"> |
199 | 199 |
<button class="blue-btn large-btn" @click="fnUpdateUserPassword">수정</button> |
200 |
- <button class="blue-border-btn small-btn" @click="fnCancel"><span v-if="editMode == 'create'">초기화</span><span v-else>취소</span></button> |
|
200 |
+ <button class="blue-border-btn large-btn" @click="fnCloseModal">취소</button> |
|
201 | 201 |
</div> |
202 | 202 |
</div> |
203 | 203 |
</div> |
--- client/views/pages/openapi/OpenApiKeyList.vue
+++ client/views/pages/openapi/OpenApiKeyList.vue
... | ... | @@ -58,7 +58,7 @@ |
58 | 58 |
<div class="data-set"> |
59 | 59 |
<div class="form-box"> |
60 | 60 |
<div class="content-titleZone"> |
61 |
- <p class="box-title">호스트 수정</p> |
|
61 |
+ <p class="box-title">OpenAPI Key</p> |
|
62 | 62 |
</div> |
63 | 63 |
<div class="table-zone"> |
64 | 64 |
<table class="form-table2"> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?