Skip to content

Commit

Permalink
mgr/dashboard: Remove unused code
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Nawracay <[email protected]>
  • Loading branch information
p-se committed Dec 7, 2018
1 parent af96e16 commit e704c1b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e704c1b

Please sign in to comment.