mirror of https://github.com/apache/cloudstack.git
CS-15078:Standard name for vSwitch
This commit is contained in:
parent
f2746b0628
commit
28b0df590e
|
|
@ -6190,17 +6190,17 @@
|
|||
validation: { required: true }
|
||||
},
|
||||
vsmipaddress: {
|
||||
label: 'vSwitch IP Address',
|
||||
label: 'Nexus dvSwitch IP Address',
|
||||
validation: { required: true },
|
||||
isHidden: true
|
||||
},
|
||||
vsmusername: {
|
||||
label: 'vSwitch Username',
|
||||
label: 'Nexus dvSwitch Username',
|
||||
validation: { required: true },
|
||||
isHidden: true
|
||||
},
|
||||
vsmpassword: {
|
||||
label: 'vSwitch Password',
|
||||
label: 'Nexus dvSwitch Password',
|
||||
validation: { required: true },
|
||||
isPassword: true,
|
||||
isHidden: true
|
||||
|
|
|
|||
|
|
@ -727,17 +727,17 @@
|
|||
validation: { required: true }
|
||||
},
|
||||
vsmipaddress: {
|
||||
label: 'vSwitch IP Address',
|
||||
label: 'Nexus dvSwitch IP Address',
|
||||
validation: { required: true },
|
||||
isHidden: true
|
||||
},
|
||||
vsmusername: {
|
||||
label: 'vSwitch Username',
|
||||
label: 'Nexus dvSwitch Username',
|
||||
validation: { required: true },
|
||||
isHidden: true
|
||||
},
|
||||
vsmpassword: {
|
||||
label: 'vSwitch Password',
|
||||
label: 'Nexus dvSwitch Password',
|
||||
validation: { required: true },
|
||||
isPassword: true,
|
||||
isHidden: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue