Add class="form-control" to <select> in monitor.list

This commit is contained in:
Kyle Johnson 2015-02-26 13:06:51 -05:00
parent f48ef4b81f
commit 99eaec391d
1 changed files with 1 additions and 1 deletions

View File

@ -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>