Hide Forgot
Description of problem: One cannot go back if clicked on More >> in snapshots list. Version-Release number of selected component (if applicable): python-django-horizon.noarch 2013.1.3-1.el6ost @puddle How reproducible: always Steps to Reproduce: 1. Have more than 20 snapshots 2. Click on More>> Under the snapshot list in /dashboard/project/images_and_snapshots/ Actual results: Other images page is displayed, but there is no way to go back to the previous page other than going to /dashboard/project/images_and_snapshots/ directly. Expected results: * buttons like << and >> displayed * page number displayed Additional info:
We're limited by the services APIs, which use the marker/limit system to determine how to paginate and navigate through result pages. There isn't much that can be done from the Horizon side at the moment. See also https://bugs.launchpad.net/horizon/+bug/1212174 upstream for additional information and references to mailing list discussions on pagination.
*** Bug 1030549 has been marked as a duplicate of this bug. ***