]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: add rbd list search and disable sorting
authorPere Diaz Bou <pdiazbou@redhat.com>
Fri, 1 Jul 2022 08:16:13 +0000 (10:16 +0200)
committerPere Diaz Bou <pdiazbou@redhat.com>
Mon, 1 Aug 2022 07:10:15 +0000 (09:10 +0200)
commitcd6c679eacb59cf61c3c32c838651375f1655ff6
tree3f736824ef7a07e7adf6f358d202a0ceb0462bb4
parentf8fecbe4c4ffcffe65b8e588fbe3d36a2d85f3f7
mgr/dashboard: add rbd list search and disable sorting

- Disable sorting in each column because it will not be possible to
sort with this pagination implementation.
- Add search capabilities to the rbd list pagination endpoint.

Signed-off-by: Pere Diaz Bou <pdiazbou@redhat.com>
(cherry picked from commit 68ef0b83e9b0ce3ccf854eff9cbf599a263b3e7e)
src/pybind/mgr/dashboard/controllers/rbd.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-table-fetch-data-context.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-user-config.ts
src/pybind/mgr/dashboard/services/rbd.py