]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: Searchable objects for table
authorStephan Müller <smueller@suse.com>
Thu, 19 Sep 2019 14:04:34 +0000 (16:04 +0200)
committerStephan Müller <smueller@suse.com>
Mon, 4 Nov 2019 13:06:33 +0000 (14:06 +0100)
commit31ea95946497afa6a46a6322ef48dea9729134d4
tree3f74d3bbd49443e8c902e329ae822b042cdf7466
parent8ece36241e072dd50ea47eab8e6676fa99256d9d
mgr/dashboard: Searchable objects for table

The table can now search through objects, by default it won't search
through them, but it won't fail like before.

The RBD list page is now capable of searching through objects, which
only exist on an RBD that was cloned from a snapshot.

Fixes: https://tracker.ceph.com/issues/42480
Signed-off-by: Stephan Müller <smueller@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.ts