karbor-dashboard/karbor_dashboard/checkpoints
Pengju Jiao 1d7fd7c754 Fix checkpoints pagination error
Currently, previous page in checkpoints pagination not
work, it always throw an error in the web page. It is
because that checkpoints in karbor do not need reverse
the order (checkpoints are sorted by 'timestamp@id' in
the backend, so we can not do the reverse only be the
id or name)

This patch will fix it.

Change-Id: I45c3e7337bf2ee9d3f2fbf9ee7a438884b8b8ca9
Closes-Bug: #1714909
2017-09-05 10:31:01 +08:00
..
__init__.py Rename Smaug Dashboard to Karbor 2016-08-29 16:09:39 +08:00
forms.py Fix restore form page 2017-03-20 03:24:11 +08:00
panel.py Rename Smaug Dashboard to Karbor 2016-08-29 16:09:39 +08:00
tables.py checkpoints: errorneous status_choices -> False 2017-02-13 14:53:57 +02:00
urls.py Rename Smaug Dashboard to Karbor 2016-08-29 16:09:39 +08:00
utils.py Fix deleting child_sid from nodes_dict one more time 2016-12-25 13:18:45 +00:00
views.py Fix checkpoints pagination error 2017-09-05 10:31:01 +08:00