]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: paginate hosts 52154/head
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>
Tue, 8 Aug 2023 08:40:28 +0000 (10:40 +0200)
commit720bb10e30bb7f686eb528d19c112bcf7ae7765c
tree6f93b2ab4c25b80f880fde778ab6e6c2c7c1e76e
parent8262586cd024fe273dd669edfabc915c211d4cf7
mgr/dashboard: paginate hosts

Signed-off-by: Pere Diaz Bou <pere-altea@hotmail.com>
Fixes: https://tracker.ceph.com/issues/56513
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