Skip to content

Commit ce20ab8

Browse files
Srivastava, PiyushSrivastava, Piyush
authored andcommitted
bugfix/CSTACKEX-135: commensr resolution
1 parent bb42a47 commit ce20ab8

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

ui/src/views/infra/zone/StaticInputsForm.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,12 +215,6 @@ export default {
215215
message: this.$t(field.message)
216216
})
217217
}
218-
if (field.number) {
219-
this.rules[field.key].push({
220-
validator: this.checkNumberFormat,
221-
message: this.$t('message.error.number')
222-
})
223-
}
224218
},
225219
getPrefilled (field) {
226220
if (field.key === 'authmethod' && this.hypervisor !== 'KVM') {

ui/src/views/infra/zone/ZoneWizardAddResources.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ export default {
575575
key: 'managed',
576576
checkbox: true,
577577
hidden: {
578-
provider: ['DefaultPrimary', 'PowerFlex', 'Linstor']
578+
provider: ['DefaultPrimary', 'PowerFlex', 'Linstor', 'NetApp ONTAP']
579579
}
580580
},
581581
{

0 commit comments

Comments
 (0)