Skip to content

Commit

Permalink
Fix feature grid height and add checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Aug 5, 2013
1 parent 00cd47e commit 6cfbfa3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hawtio-web/src/main/webapp/app/fabric/html/editFeatures.html
Expand Up @@ -60,7 +60,7 @@ <h6>Features</h6>
<a href="" class="btn" ng-click="addSelectedFeatures(true)" ng-disabled="selectedRepoSelectedFeatures.length == 0"><i class="icon-plus"></i> Add With Version</a>
</div>

<div class="gridStyle" ng-grid="featureGridOptions"></div>
<div style="height: 450px" ng-grid="featureGridOptions"></div>
</p>


Expand Down Expand Up @@ -102,4 +102,4 @@ <h6>Features</h6>

</div>

</div>
</div>
3 changes: 2 additions & 1 deletion hawtio-web/src/main/webapp/app/fabric/js/editFeatures.ts
Expand Up @@ -32,6 +32,7 @@ module Fabric {
displayFooter: false,
showFilter: false,
keepLastSelected: true,
showSelectionCheckbox: true,
filterOptions: {
filterText: ''
},
Expand Down Expand Up @@ -230,4 +231,4 @@ module Fabric {
}


}
}

0 comments on commit 6cfbfa3

Please sign in to comment.