]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Removes distracting search behavior 27672/head
authorStephan Müller <smueller@suse.com>
Mon, 8 Apr 2019 13:48:10 +0000 (15:48 +0200)
committerStephan Müller <smueller@suse.com>
Thu, 18 Apr 2019 09:05:12 +0000 (11:05 +0200)
commite38b74467e71c4ac39092e83f66df0f5d50eb0eb
tree0007b27c96a5889e9fdba965fcf5322fdd50b350
parentd947e804dd316c89c28d25948947927fa290e227
mgr/dashboard: Removes distracting search behavior

The behavior was to not search anything if the search included a
subset of a column name, with the thought in mind that the user would
like to search a specific column for a value.

Now the column name is only ignored after you typed in ':' in order to see
the data in the table again before specifying a more concrete value to
search for.

Fixes: https://tracker.ceph.com/issues/37701
Signed-off-by: Stephan Müller <smueller@suse.com>
(cherry picked from commit 791fa3708bdc3a1da45b6c395fde8a2b7619786e)
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