Add class="form-control" to <select> in monitor.list
This commit is contained in:
parent
f48ef4b81f
commit
99eaec391d
|
@ -7,7 +7,7 @@
|
|||
<div ng-hide="fresh">
|
||||
<div class="row">
|
||||
<div class="col-md-1 col-md-offset-10">
|
||||
<select ng-model="consoleLayout" ng-show="grid" ng-change="updateLayout()">
|
||||
<select ng-model="consoleLayout" ng-show="grid" ng-change="updateLayout()" class="form-control">
|
||||
<option value="1">1 per row</option>
|
||||
<option value="2">2 per row</option>
|
||||
<option value="3">3 per row</option>
|
||||
|
|
Loading…
Reference in New Issue