]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: paginate services
authorPere Diaz Bou <pdiazbou@redhat.com>
Thu, 8 Sep 2022 18:49:42 +0000 (20:49 +0200)
committerPere Diaz Bou <pdiazbou@redhat.com>
Tue, 8 Nov 2022 09:54:21 +0000 (10:54 +0100)
commit0c48ef019c9497edf4367f21f934692be2bd1e08
tree7d39e78d63619bf48c2ec73f0af150fc88643ad9
parentb99c83a734a6049d8972073be4fa027e32269ec8
mgr/dashboard: paginate services

Signed-off-by: Pere Diaz Bou <pdiazbou@redhat.com>
(cherry picked from commit 72fb6dc68fc4d91ce7db74d2619627bdae2355ac)
13 files changed:
src/pybind/mgr/dashboard/controllers/service.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/service-daemon-list/service-daemon-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/services.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/services.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/services.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/ceph-service.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/paginate.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-table-fetch-data-context.ts
src/pybind/mgr/dashboard/services/_paginate.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/orchestrator.py