]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: Prevent table items from getting selected while expanding
authorNizamudeen A <nia@redhat.com>
Tue, 29 Sep 2020 19:43:48 +0000 (01:13 +0530)
committerNizamudeen A <nia@redhat.com>
Tue, 27 Oct 2020 10:57:26 +0000 (16:27 +0530)
commitbaf1705b541db00540165de4fd77792594a138b6
tree01fd545c450b507083d8c50e03e2353ae5df80c4
parent2eec5923720d9312d710ca64fb05ae61851220e2
mgr/dashboard: Prevent table items from getting selected while expanding

While clicking on the expand button inside a table, the entire row is getting selected. This commit prevent that from happening.

Fixes: https://tracker.ceph.com/issues/47376
Signed-off-by: Nizamudeen A <nia@redhat.com>
src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/configuration.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/osds.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/cypress/integration/rgw/buckets.po.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.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