mirror of https://github.com/apache/cloudstack.git
Nexus Vswitch UI development Vswitch Details tab
This commit is contained in:
parent
d800c4474f
commit
265f5eca0b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1652,6 +1652,12 @@
|
|||
|
||||
<script language="javascript">
|
||||
dictionary = {
|
||||
'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