]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: Removes distracting search behavior
authorStephan Müller <smueller@suse.com>
Mon, 8 Apr 2019 13:48:10 +0000 (15:48 +0200)
committerStephan Müller <smueller@suse.com>
Mon, 8 Apr 2019 14:04:37 +0000 (16:04 +0200)
commit791fa3708bdc3a1da45b6c395fde8a2b7619786e
treee0ac10f10d14d7971ce73952596374f7f5cdf8ca
parentfbc71dcf27bcc6f822598e0db22271b72a8e9115
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>
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