]> git.apps.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>
Tue, 12 Jul 2022 17:09:02 +0000 (19:09 +0200)
commit68ef0b83e9b0ce3ccf854eff9cbf599a263b3e7e
tree55342a3796dce9901b334d164461fdf099a1fdca
parent08b6f22807c14967fb49495ca9f18124d495b19b
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>
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