]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: paginate hosts
authorPere Diaz Bou <pere-altea@hotmail.com>
Thu, 22 Jun 2023 09:22:05 +0000 (11:22 +0200)
committerPere Diaz Bou <pere-altea@hotmail.com>
Fri, 11 Aug 2023 11:10:01 +0000 (13:10 +0200)
commit1c65b9ef3dd6b139098e14541a8f4933f3c20c3c
treeec78763b6fad955f183a2d7f9ae63da2cb0fd7e9
parentfd55b4507f6b44c36e88a73a646f3c14db0a281c
mgr/dashboard: paginate hosts

Signed-off-by: Pere Diaz Bou <pere-altea@hotmail.com>
Fixes: https://tracker.ceph.com/issues/56513
(cherry picked from commit 720bb10e30bb7f686eb528d19c112bcf7ae7765c)
16 files changed:
src/pybind/mgr/dashboard/controllers/host.py
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/hosts.po.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-form/cephfs-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster-review.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-form/host-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/host.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/host.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/plugins/ttl_cache.py
src/pybind/mgr/dashboard/tests/test_host.py