Comment 8 for bug 1224329

Revision history for this message
Peng Wu (alexepico) wrote :

After read the comments of "horizon/tables/base.py", I think "display_choices" is a better choice for i18n support than "status_choices".

In "openstack_dashboard/dashboards/project/instances/tables.py", I moved "STATUS_CHOICES" to "STATUS_DISPLAY_CHOICES".

Sorry, I am new to openstack, the patch only addresses the "Status" column, I will address other columns in later patches.
Please review it, thanks.