]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Improve table search
authorStephan Müller <smueller@suse.com>
Thu, 22 Feb 2018 11:47:59 +0000 (12:47 +0100)
committerStephan Müller <smueller@suse.com>
Fri, 6 Apr 2018 14:46:39 +0000 (16:46 +0200)
commita5cc48778c180c3eadea3d0e896fca4e8d8dcdab
treef4487d47d2a8375a8a01daadf1a0d3cd9cdb8f1f
parent95ee4e4142c28937437e2149884500878ce2474e
mgr/dashboard: Improve table search

You can now search for multiple words at a time if you separate them by
comma or space. The other improvement is that you can specify which
column should be searched by a search term. For example if you wand to
filter for a row with the ID 3 you type "id:3". The column name is case
insensitive and is separated from the search word by a colon.

Signed-off-by: Stephan Müller <smueller@suse.com>
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