We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cc962 commit 528beadCopy full SHA for 528bead
ui/src/views/infra/AddObjectStorage.vue
@@ -51,7 +51,7 @@
51
<a-input v-model:value="form.accessKey" />
52
</a-form-item>
53
<a-form-item name="secretKey" ref="secretKey" :label="$t('label.secret.key')">
54
- <a-input v-model:value="form.secretKey" />
+ <a-input-password v-model:value="form.secretKey" />
55
56
<div :span="24" class="action-button">
57
<a-button @click="closeModal">{{ $t('label.cancel') }}</a-button>
0 commit comments