File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 }
You can’t perform that action at this time.
0 commit comments