mirror of https://github.com/apache/cloudstack.git
CS-14805: Add MB/s indicator to network rate label
This commit is contained in:
parent
94f7023457
commit
13f2e71530
|
|
@ -1,4 +1,5 @@
|
|||
#new labels (begin) **********************************************************************************************
|
||||
label.network.rate.megabytes=Network Rate (MB/s)
|
||||
label.action.enable.physical.network=Enable physical network
|
||||
label.action.disable.physical.network=Disable physical network
|
||||
message.action.enable.physical.network=Please confirm that you want to enable this physical network.
|
||||
|
|
|
|||
|
|
@ -1651,6 +1651,7 @@
|
|||
|
||||
<script language="javascript">
|
||||
dictionary = {
|
||||
'label.network.rate.megabytes': '<fmt:message key="label.network.rate.megabytes"/>',
|
||||
'message.setup.physical.network.during.zone.creation.basic': '<fmt:message key="message.setup.physical.network.during.zone.creation.basic"/>',
|
||||
'label.traffic.label': '<fmt:message key="label.traffic.label"/>',
|
||||
'label.management.ips': '<fmt:message key="label.management.ips"/>',
|
||||
|
|
|
|||
|
|
@ -1164,7 +1164,7 @@
|
|||
|
||||
displayText: { label: 'label.description', validation: { required: true } },
|
||||
|
||||
networkRate: { label: 'label.network.rate' },
|
||||
networkRate: { label: 'label.network.rate.megabytes' },
|
||||
|
||||
/*
|
||||
trafficType: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue