Comment 1 for bug 1210533

Revision history for this message
Victoria Martinez de la Cruz (vkmc) wrote :

The Default Quotas tab in System Info grab the info from the API directly [1] while the Edit Quotas tab in Projects has a hard coded list of quotas [2].

[1] https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/admin/info/tabs.py#L36
[2] https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/admin/projects/workflows.py#L45

Choosing a way to get that info would avoid confusion for end users. IMO, getting the info from the API like in System Info is better.