horizon/openstack_dashboard/dashboards/identity/users
Sam Betts 33b3fc8f85 Fix sort order for User IDs in identity table
The order that the user IDs are sorted into by the default tablesorter
parsers is incorrect, and seems to be getting confused by the
complexity of the values in these fields. This patch adds a new
custom parser that performs some logic to normalize these values
correctly and in a way that returns the correct sorted order.

Change-Id: I62f91ff4ca4e9110d7db5b66cdbf4b3ea15105c6
Closes-Bug: 1438818
2015-04-01 16:01:23 +01:00
..
templates/users move Users Edit Password into separate form 2015-02-18 17:50:20 -08:00
__init__.py Separating Identity Dashboard and using RBAC 2014-08-18 16:40:56 -06:00
forms.py Double check admin password when update user password 2015-03-09 17:43:29 -07:00
panel.py Separating Identity Dashboard and using RBAC 2014-08-18 16:40:56 -06:00
tables.py Fix sort order for User IDs in identity table 2015-04-01 16:01:23 +01:00
tests.py Double check admin password when update user password 2015-03-09 17:43:29 -07:00
urls.py move Users Edit Password into separate form 2015-02-18 17:50:20 -08:00
views.py move Users Edit Password into separate form 2015-02-18 17:50:20 -08:00