1
0
mirror of https://github.com/rancher/norman.git synced 2025-06-24 14:31:42 +00:00
norman/api/handler
Dan Ramich aecae32b4a Fix pagination
Problem:
Pagination is not showing up

Solution:
Pagination was being created properly but then dropped in favor of an
empty version. Save the pagination on the context so it can be accessed
later and not reset.
2018-06-25 15:34:52 -07:00
..
create.go Return 404 when no store is configured (not 200) 2018-02-14 10:59:23 -07:00
delete.go Return 404 when no store is configured (not 200) 2018-02-14 10:59:23 -07:00
list.go Fix pagination 2018-06-25 15:34:52 -07:00
query.go Filter resources on default fields 2018-05-16 10:15:34 -07:00
update.go Return 404 when no store is configured (not 200) 2018-02-14 10:59:23 -07:00
validate.go Add function for parsing and validating an action 2018-03-15 09:10:03 -07:00