mirror of https://github.com/apache/cloudstack.git
Nexus Vswitch UI development Vswitch Details tab
Conflicts: ui/index.jsp reviewed-by: brian
This commit is contained in:
parent
004a8b3b07
commit
a44b3c0df0
|
|
@ -1,4 +1,10 @@
|
|||
#new labels (begin) **********************************************************************************************
|
||||
label.ipaddress=IP Address
|
||||
label.vcdcname=vCenter DC name
|
||||
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
|
||||
|
|
|
|||
|
|
@ -1659,6 +1659,12 @@ dictionary = {
|
|||
'message.edit.traffic.type': '<fmt:message key="message.edit.traffic.type"/>',
|
||||
'label.label': '<fmt:message key="label.label"/>',
|
||||
'message.configure.all.traffic.types': '<fmt:message key="message.configure.all.traffic.types"/>',
|
||||
'label.ipaddress': '<fmt:message key="label.ipaddress"/>',
|
||||
'label.vcdcname': '<fmt:message key="label.vcdcname"/>',
|
||||
'label.vcipaddress': '<fmt:message key="label.vcipaddress"/>',
|
||||
'label.vsmclrlvlanid': '<fmt:message key="label.vsmctrlvlanid"/>',
|
||||
'label.vsmpktvlanid': '<fmt:message key="label.vsmpktvlanid"/>',
|
||||
'label.vsmstoragevlanid': '<fmt:message key="label.vsmstoragevlanid"/>',
|
||||
'message.specify.url': '<fmt:message key="message.specify.url"/>',
|
||||
'label.select.instance.to.attach.volume.to': '<fmt:message key="label.select.instance.to.attach.volume.to"/>',
|
||||
'label.upload': '<fmt:message key="label.upload"/>',
|
||||
|
|
|
|||
Loading…
Reference in New Issue