Skip to content

Commit 28b0df5

Browse files
committed
CS-15078:Standard name for vSwitch
1 parent f2746b0 commit 28b0df5

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

ui/scripts/system.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6190,17 +6190,17 @@
61906190
validation: { required: true }
61916191
},
61926192
vsmipaddress: {
6193-
label: 'vSwitch IP Address',
6193+
label: 'Nexus dvSwitch IP Address',
61946194
validation: { required: true },
61956195
isHidden: true
61966196
},
61976197
vsmusername: {
6198-
label: 'vSwitch Username',
6198+
label: 'Nexus dvSwitch Username',
61996199
validation: { required: true },
62006200
isHidden: true
62016201
},
62026202
vsmpassword: {
6203-
label: 'vSwitch Password',
6203+
label: 'Nexus dvSwitch Password',
62046204
validation: { required: true },
62056205
isPassword: true,
62066206
isHidden: true

ui/scripts/zoneWizard.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -727,17 +727,17 @@
727727
validation: { required: true }
728728
},
729729
vsmipaddress: {
730-
label: 'vSwitch IP Address',
730+
label: 'Nexus dvSwitch IP Address',
731731
validation: { required: true },
732732
isHidden: true
733733
},
734734
vsmusername: {
735-
label: 'vSwitch Username',
735+
label: 'Nexus dvSwitch Username',
736736
validation: { required: true },
737737
isHidden: true
738738
},
739739
vsmpassword: {
740-
label: 'vSwitch Password',
740+
label: 'Nexus dvSwitch Password',
741741
validation: { required: true },
742742
isPassword: true,
743743
isHidden: true

0 commit comments

Comments
 (0)