diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index c7f02600ac2..77a655591b6 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -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 diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp index 1f8aa8f875d..e72b773b9e5 100644 --- a/ui/dictionary.jsp +++ b/ui/dictionary.jsp @@ -982,6 +982,11 @@ dictionary = { 'label.purpose': '', 'label.Pxe.server.type': '', 'label.quickview': '', +'label.usage.type': '', +'label.usage.unit': '', +'label.quota.value': '', +'label.quota.description': '', +'label.quota.configuration': '', 'label.rbd': '', 'label.rbd.monitor': '', 'label.rbd.pool': '', diff --git a/ui/scripts/globalSettings.js b/ui/scripts/globalSettings.js index daa0f16aafc..d61f2d5300a 100644 --- a/ui/scripts/globalSettings.js +++ b/ui/scripts/globalSettings.js @@ -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'