** Changed in: horizon Status: In Progress => Invalid ** Changed in: horizon Assignee: Lee Yao (yaoli111144) => Kieran Spear (kspear)
-- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1189307 Title: Table column sorting arrows are backwards Status in OpenStack Dashboard (Horizon): Invalid Bug description: Currently an ascending sort has a down arrow and descending the up arrow. Looks like the images in openstack_dashboard/static/dashboard/less/horizon.less need to be swapped. The class names confuse things as headerSortDown is actually an ascending sort. .table th.headerSortDown { background-image: url(/static/dashboard/img/drop_arrow.png); } .table th.headerSortUp { background-image: url(/static/dashboard/img/up_arrow.png); } To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1189307/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp