mirror of https://github.com/apache/cloudstack.git
CS-15202: Rename all references in UI of Nexus VSM/dvswitch to Nexus 1000v
This commit is contained in:
parent
08fe71dad4
commit
52c8feb670
|
|
@ -18,14 +18,14 @@ label.vcipaddress=vCenter IP Address
|
|||
label.vsmctrlvlanid=Control VLAN ID
|
||||
label.vsmpktvlanid=Packet VLAN ID
|
||||
label.vsmstoragevlanid=Storage VLAN ID
|
||||
label.nexusVswitch=Nexus Vswitch
|
||||
label.action.delete.nexusVswitch=Delete NexusVswitch
|
||||
label.action.enable.nexusVswitch=Enable NexusVswitch
|
||||
label.action.disable.nexusVswitch=Disable NexusVswitch
|
||||
label.action.list.nexusVswitch=List NexusVswitch
|
||||
message.action.delete.nexusVswitch=Please confirm that you want to delete this nexusVswitch.
|
||||
message.action.enable.nexusVswitch=Please confirm that you want to enable this nexusVswitch.
|
||||
message.action.disable.nexusVswitch=Please confirm that you want to disable this nexusVswitch.
|
||||
label.nexusVswitch=Nexus 1000v
|
||||
label.action.delete.nexusVswitch=Delete Nexus 1000v
|
||||
label.action.enable.nexusVswitch=Enable Nexus 1000v
|
||||
label.action.disable.nexusVswitch=Disable Nexus 1000v
|
||||
label.action.list.nexusVswitch=List Nexus 1000v
|
||||
message.action.delete.nexusVswitch=Please confirm that you want to delete this nexus 1000v
|
||||
message.action.enable.nexusVswitch=Please confirm that you want to enable this nexus 1000v
|
||||
message.action.disable.nexusVswitch=Please confirm that you want to disable this nexus 1000v
|
||||
message.specify.url=Please specify URL
|
||||
label.select.instance.to.attach.volume.to=Select instance to attach volume to
|
||||
label.upload=Upload
|
||||
|
|
|
|||
|
|
@ -6191,17 +6191,17 @@
|
|||
validation: { required: true }
|
||||
},
|
||||
vsmipaddress: {
|
||||
label: 'Nexus dvSwitch IP Address',
|
||||
label: 'Nexus 1000v IP Address',
|
||||
validation: { required: true },
|
||||
isHidden: false
|
||||
},
|
||||
vsmusername: {
|
||||
label: 'Nexus dvSwitch Username',
|
||||
label: 'Nexus 1000v Username',
|
||||
validation: { required: true },
|
||||
isHidden: false
|
||||
},
|
||||
vsmpassword: {
|
||||
label: 'Nexus dvSwitch Password',
|
||||
label: 'Nexus 1000v Password',
|
||||
validation: { required: true },
|
||||
isPassword: true,
|
||||
isHidden: false
|
||||
|
|
|
|||
|
|
@ -727,17 +727,17 @@
|
|||
validation: { required: true }
|
||||
},
|
||||
vsmipaddress: {
|
||||
label: 'Nexus dvSwitch IP Address',
|
||||
label: 'Nexus 1000v IP Address',
|
||||
validation: { required: true },
|
||||
isHidden: true
|
||||
},
|
||||
vsmusername: {
|
||||
label: 'Nexus dvSwitch Username',
|
||||
label: 'Nexus 1000v Username',
|
||||
validation: { required: true },
|
||||
isHidden: true
|
||||
},
|
||||
vsmpassword: {
|
||||
label: 'Nexus dvSwitch Password',
|
||||
label: 'Nexus 1000v Password',
|
||||
validation: { required: true },
|
||||
isPassword: true,
|
||||
isHidden: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue