From e704c1b4aa15830046893755dd8a9b8a6617b5fa Mon Sep 17 00:00:00 2001 From: Patrick Nawracay Date: Fri, 7 Dec 2018 09:34:51 +0000 Subject: [PATCH] mgr/dashboard: Remove unused code Signed-off-by: Patrick Nawracay --- .../src/app/ceph/pool/pool-list/pool-list.component.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts index 12d094b06c44d..9cbcefcf675d0 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts @@ -131,10 +131,6 @@ export class PoolListComponent implements OnInit { } updateSelection(selection: CdTableSelection) { - if (selection.hasSingleSelection && Object.keys(selection.first()).length === 3) { - selection.selected = []; - selection.update(); - } this.selection = selection; }