We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391f80c commit 87f3688Copy full SHA for 87f3688
1 file changed
ui/src/views/infra/AddPrimaryStorage.vue
@@ -800,7 +800,7 @@ export default {
800
} else if (value === 'Flash Array' || value === 'Primera') {
801
this.protocols = ['FiberChannel']
802
this.form.protocol = 'FiberChannel'
803
- } else if (value === 'Flash Array' || value === 'Primera') {
+ } else if (value === 'ONTAP') {
804
this.protocols = ['NFSv3', 'ISCSI']
805
this.form.protocol = 'NFSv3'
806
} else {
0 commit comments