]> 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>
Thu, 14 Jul 2022 15:26:19 +0000 (17:26 +0200)
commitea4fb81d44ab45f2ff7e3f5d433ae1652d8ba5b0
treea08e591030230548c95d0e54bafe0f5b764d63c4
parent213f0db2e0c2fde17d4b7b8d9e1f87d4386a4de4
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