]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Thu, 29 Sep 2022 10:28:42 +0000 (12:28 +0200)
commit72fb6dc68fc4d91ce7db74d2619627bdae2355ac
tree2181ea9f851ba122e2e86b53e23c8c0963d47d57
parent120944f9cf46911c4da74e3899f42e5c8b68f61a
mgr/dashboard: paginate services

Signed-off-by: Pere Diaz Bou <pdiazbou@redhat.com>
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