]> 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>
Thu, 17 Aug 2023 08:28:38 +0000 (10:28 +0200)
commit4fb55329708aef7eae969d42e754ae9ffc351f4b
tree53e23b8d22124ea85165be578f2c04fb20d484b1
parent4e90983663a3c5d0298e4b51454656bf3c729f69
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
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