Skip to content

Commit 87f3688

Browse files
Gupta, SuryaGupta, Surya
authored andcommitted
CSTACKEX-98 UI Changes for tooltips Issue
1 parent 391f80c commit 87f3688

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/views/infra/AddPrimaryStorage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ export default {
800800
} else if (value === 'Flash Array' || value === 'Primera') {
801801
this.protocols = ['FiberChannel']
802802
this.form.protocol = 'FiberChannel'
803-
} else if (value === 'Flash Array' || value === 'Primera') {
803+
} else if (value === 'ONTAP') {
804804
this.protocols = ['NFSv3', 'ISCSI']
805805
this.form.protocol = 'NFSv3'
806806
} else {

0 commit comments

Comments
 (0)