Translate Floating IPs on overview page
Floating Ips was not being translated properly. Change-Id: I57128e0dba5e2524cc2a326abdfc983d46df4c69 Closes-Bug: 1516162
This commit is contained in:
parent
993a8a24e7
commit
65f919e87f
@ -68,7 +68,7 @@ class UsageView(tables.DataTableView):
|
|||||||
("totalCoresUsed", "maxTotalCores", _("VCPUs")),
|
("totalCoresUsed", "maxTotalCores", _("VCPUs")),
|
||||||
("totalRAMUsed", "maxTotalRAMSize", _("RAM")),
|
("totalRAMUsed", "maxTotalRAMSize", _("RAM")),
|
||||||
("totalFloatingIpsUsed", "maxTotalFloatingIps",
|
("totalFloatingIpsUsed", "maxTotalFloatingIps",
|
||||||
"Floating IPs", _("Allocated")),
|
_("Floating IPs"), _("Allocated")),
|
||||||
("totalSecurityGroupsUsed", "maxSecurityGroups",
|
("totalSecurityGroupsUsed", "maxSecurityGroups",
|
||||||
_("Security Groups"))]
|
_("Security Groups"))]
|
||||||
# Check for volume usage
|
# Check for volume usage
|
||||||
|
Loading…
Reference in New Issue
Block a user