File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4646 height : 100% ;
4747 width : 100% ;
4848 overflow-y : auto;
49+ background-color : # fff ;
4950}
5051
5152.list-view-container {
Original file line number Diff line number Diff line change 11< span >
2- < div class ="list-group list-view-pf "
2+ < div class ="list-group list-view-pf list-view-pf-view "
33 dnd-list ="$ctrl.items "
44 ng-class ="{'list-view-pf-dnd': $ctrl.config.dragEnabled === true} "
55 ng-if ="$ctrl.config.itemsAvailable !== false ">
2525 < div class ="list-view-pf-checkbox " ng-if ="$ctrl.config.showSelectBox " >
2626 < input type ="checkbox " value ="item.selected " ng-model ="item.selected " ng-disabled ="$ctrl.checkDisabled(item) " ng-change ="$ctrl.checkBoxChange(item) "/>
2727 </ div >
28-
28+
2929 < div class ="list-view-pf-actions "
3030 ng-if ="($ctrl.actionButtons && $ctrl.actionButtons.length > 0) || ($ctrl.menuActions && $ctrl.menuActions.length > 0) ">
3131 < button class ="btn btn-default {{actionButton.class}} " ng-repeat ="actionButton in $ctrl.actionButtons "
You can’t perform that action at this time.
0 commit comments