Skip to content

Commit b510c75

Browse files
committed
Adjusted alignment of the process tree filter text box and the refresh button for mobile users.
1 parent 642d003 commit b510c75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/pages/processes/processes.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
<div class="col-md-12">
3131
<div ng-if="vm.processes.length > 0" ba-panel ba-panel-title="Process Tree" ba-panel-class="with-scroll tree-panel">
3232
<div class="row">
33-
<div class="col-xs-1">
34-
<button type="button" class="btn btn-primary btn-icon" ng-click="vm.getProcesses(true)"><i class="ion-loop"></i></button>
35-
</div>
36-
<div class="form-group col-xs-11">
33+
<div class="form-group col-xs-10">
3734
<input type="text" class="form-control col-xs-9" id="process-search" placeholder="Filter Processes..." ng-change="vm.filterProcesses()" ng-model="vm.searchTerm">
3835
</div>
36+
<div class="col-xs-2 text-right">
37+
<button type="button" class="btn btn-primary btn-icon" ng-click="vm.getProcesses(true)"><i class="ion-loop"></i></button>
38+
</div>
3939
</div>
4040
<div js-tree="vm.treeConfig" ng-model="vm.treeProcesses"></div>
4141
</div>

0 commit comments

Comments
 (0)