Skip to content

Commit

Permalink
Add back in selection checkboxes to fabric container list
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Apr 26, 2013
1 parent f636d71 commit 485dcdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hawtio-web/src/main/webapp/app/fabric/js/containers.ts
Expand Up @@ -173,7 +173,10 @@ module Fabric {
},
selectedItems: $scope.selectedContainers,
rowHeight: 32,
showSelectionCheckbox: true,
selectWithCheckboxOnly: true,
keepLastSelected: false,
multiSelect: true,
columnDefs: [
{
field: 'status',
Expand Down

0 comments on commit 485dcdf

Please sign in to comment.