CS-14805: Add MB/s indicator to network rate label

This commit is contained in:
Brian Federle 2012-06-05 14:00:01 -07:00
parent 94f7023457
commit 13f2e71530
3 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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"/>',

View File

@ -1164,7 +1164,7 @@
displayText: { label: 'label.description', validation: { required: true } },
networkRate: { label: 'label.network.rate' },
networkRate: { label: 'label.network.rate.megabytes' },
/*
trafficType: {