Skip to content

Commit

Permalink
Set the process tree to overflow on its own so the remaining panel co…
Browse files Browse the repository at this point in the history
…ntents with remain static.
  • Loading branch information
xcjs committed Sep 22, 2016
1 parent b510c75 commit 036ce20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/processes/processes.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<button type="button" class="btn btn-primary btn-icon" ng-click="vm.getProcesses(true)"><i class="ion-loop"></i></button>
</div>
</div>
<div js-tree="vm.treeConfig" ng-model="vm.treeProcesses"></div>
<div js-tree="vm.treeConfig" ng-model="vm.treeProcesses" class="pre-scrollable"></div>
</div>
</div>
</div>

0 comments on commit 036ce20

Please sign in to comment.