mirror of https://github.com/apache/cloudstack.git
client: fix label and usage
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
829bb17f7c
commit
fe422de985
|
|
@ -1355,6 +1355,11 @@ label.show.advanced.settings=Show advanced settings
|
|||
label.delete.OpenDaylight.device=Delete OpenDaylight Controller
|
||||
label.polling.interval.sec=Polling Interval (in sec)
|
||||
label.quiet.time.sec=Quiet Time (in sec)
|
||||
label.usage.type=Usage Type
|
||||
label.usage.unit=Unit
|
||||
label.quota.value=Quota Value
|
||||
label.quota.description=Quota Description
|
||||
label.quota.configuration=Quota Configuration
|
||||
label.destroy.vm.graceperiod=Destroy VM Grace Period
|
||||
label.SNMP.community=SNMP Community
|
||||
label.SNMP.port=SNMP Port
|
||||
|
|
|
|||
|
|
@ -982,6 +982,11 @@ dictionary = {
|
|||
'label.purpose': '<fmt:message key="label.purpose" />',
|
||||
'label.Pxe.server.type': '<fmt:message key="label.Pxe.server.type" />',
|
||||
'label.quickview': '<fmt:message key="label.quickview" />',
|
||||
'label.usage.type': '<fmt:message key="label.usage.type" />',
|
||||
'label.usage.unit': '<fmt:message key="label.usage.unit" />',
|
||||
'label.quota.value': '<fmt:message key="label.quota.value" />',
|
||||
'label.quota.description': '<fmt:message key="label.quota.description" />',
|
||||
'label.quota.configuration': '<fmt:message key="label.quota.configuration" />',
|
||||
'label.rbd': '<fmt:message key="label.rbd" />',
|
||||
'label.rbd.monitor': '<fmt:message key="label.rbd.monitor" />',
|
||||
'label.rbd.pool': '<fmt:message key="label.rbd.pool" />',
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@
|
|||
label: 'label.usage.type'
|
||||
},
|
||||
usageUnit: {
|
||||
label: 'label.usgae.unit'
|
||||
label: 'label.usage.unit'
|
||||
},
|
||||
currencyValue: {
|
||||
label: 'label.quota.value'
|
||||
|
|
@ -170,7 +170,7 @@
|
|||
label: 'label.usage.type'
|
||||
},
|
||||
usageUnit: {
|
||||
label: 'label.usgae.unit'
|
||||
label: 'label.usage.unit'
|
||||
},
|
||||
currencyValue: {
|
||||
label: 'label.quota.value'
|
||||
|
|
|
|||
Loading…
Reference in New Issue