Skip to content

Commit d4d9705

Browse files
Gupta, SuryaGupta, Surya
authored andcommitted
CSTACKEX-98 UI Changes
1 parent 87f3688 commit d4d9705

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ui/src/views/infra/AddPrimaryStorage.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<template #label>
276276
<tooltip-label :title="$t('label.ontap.ip')" :tooltip="$t('label.ontap.ip.tooltip')"/>
277277
</template>
278-
<a-input v-model:value="form.ontapIP" :placeholder="$t('label.netapp.ip.tooltip')"/>
278+
<a-input v-model:value="form.ontapIP" :placeholder="$t('label.ontap.ip.tooltip')"/>
279279
</a-form-item>
280280
<a-form-item name="ontapUsername" ref="ontapUsername">
281281
<template #label>
@@ -293,7 +293,7 @@
293293
<template #label>
294294
<tooltip-label :title="$t('label.ontap.svm.name')" :tooltip="$t('label.ontap.svm.name')"/>
295295
</template>
296-
<a-input-password v-model:value="form.ontapSvmName" :placeholder="$t('label.ontap.svm.name')"/>
296+
<a-input v-model:value="form.ontapSvmName" :placeholder="$t('label.ontap.svm.name')"/>
297297
</a-form-item>
298298
<a-form-item name="capacityBytes" ref="capacityBytes">
299299
<template #label>
@@ -801,8 +801,8 @@ export default {
801801
this.protocols = ['FiberChannel']
802802
this.form.protocol = 'FiberChannel'
803803
} else if (value === 'ONTAP') {
804-
this.protocols = ['NFSv3', 'ISCSI']
805-
this.form.protocol = 'NFSv3'
804+
this.protocols = ['NFS3', 'ISCSI']
805+
this.form.protocol = 'NFS3'
806806
} else {
807807
this.fetchHypervisor(value)
808808
}

0 commit comments

Comments
 (0)