]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: use ListPaginator in rbd pagination
authorPere Diaz Bou <pdiazbou@redhat.com>
Mon, 12 Sep 2022 08:21:41 +0000 (10:21 +0200)
committerPere Diaz Bou <pdiazbou@redhat.com>
Fri, 30 Sep 2022 08:36:20 +0000 (10:36 +0200)
commite184aac4ee26465b8db086f864c5382bbb2abf76
treee8e0e3932764affd13b25bc7fb5af978fa12e187
parent72fb6dc68fc4d91ce7db74d2619627bdae2355ac
mgr/dashboard: use ListPaginator in rbd pagination

Signed-off-by: Pere Diaz Bou <pdiazbou@redhat.com>
src/pybind/mgr/dashboard/controllers/_paginate.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/rbd.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/services.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/paginate.model.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-table-fetch-data-context.ts
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/services/_paginate.py
src/pybind/mgr/dashboard/services/orchestrator.py
src/pybind/mgr/dashboard/services/rbd.py