horizon/horizon/tables
pedro 4c96f652ee Add pages menu to volume backups pagination
The backups pagination was with a bug that prevents users from
access older backups when the number of backups exceeds the
page size configurated in 'API_RESULT_PAGE_SIZE' properties.

The bug was occurring because the pages displays (Next, Prev) were
not displayed in the backups page, leaving the user with only
the first page to access their backups, so the backups from other
pages are unreachable.

Was fixed this bug and also was added new buttons to access
a specific, the last and the first pages. Easing the users'
navigation through the backups pages.

Change-Id: I148634152484f9718759775b81aab3703a296ef5
2020-05-28 16:21:45 +00:00
..
__init__.py Add pages menu to volume backups pagination 2020-05-28 16:21:45 +00:00
actions.py Remove six usage from horizon package 2020-01-15 12:36:11 +02:00
base.py Cleanup python 2.7 handling logic 2020-02-21 09:02:37 +09:00
formset.py Remove six.reraise usage 2020-01-17 07:31:26 +09:00
views.py Add pages menu to volume backups pagination 2020-05-28 16:21:45 +00:00