Add page number to table for pagination
Bug #1212174 reported by
Liyingjun
This bug affects 10 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Won't Fix
|
Wishlist
|
Unassigned | ||
OpenStack Searchlight |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Currently, there is only one choice to get to the next page for table, that is, the *more* action to the next page.
It's really confusing when there are lots of pages.
Changed in horizon: | |
status: | Invalid → Confirmed |
Changed in horizon: | |
assignee: | nobody → tinytmy (tangmeiyan77) |
Changed in horizon: | |
assignee: | tinytmy (tangmeiyan77) → nobody |
tags: | added: ux |
Changed in horizon: | |
importance: | Undecided → Low |
Changed in horizon: | |
assignee: | nobody → tcs_openstack_group (tcs-openstack-group) |
Changed in horizon: | |
assignee: | tcs_openstack_group (tcs-openstack-group) → Amandeep (rattenpal-amandeep) |
Changed in horizon: | |
assignee: | Amandeep (rattenpal-amandeep) → nobody |
Changed in horizon: | |
assignee: | nobody → utsav dusad (utsavdusad) |
Changed in horizon: | |
assignee: | utsav dusad (utsavdusad) → nobody |
Changed in horizon: | |
assignee: | nobody → keerthivasan selvaraj (keerthiv) |
Changed in horizon: | |
milestone: | ongoing → next |
Changed in searchlight: | |
milestone: | newton-2 → none |
Changed in horizon: | |
milestone: | next → none |
To post a comment you must log in.
This is really a limitation of the APIs Horizon is calling. They use the marker/limit system which makes it impossible to do as you suggest. There is also heavy resistance in the community to improving on the pagination mechanism in the APIs. That said previous may be an option for at least two services, nova and glance. See http:// lists.openstack .org/pipermail/ openstack- dev/2013- August/ 013642. html