check for updates wants more space
This commit is contained in:
@@ -229,7 +229,7 @@
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="col-md-7">
|
||||
<p ng-show="update.busy">{{ update.message }}</p>
|
||||
<p ng-if="update.busy">
|
||||
<div class="has-error" ng-show="update.errorMessage">
|
||||
@@ -238,7 +238,7 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 text-right">
|
||||
<div class="col-md-5 text-right">
|
||||
<button class="btn btn-outline btn-primary pull-right" ng-click="autoUpdate.submit()" ng-disabled="autoUpdate.pattern === autoUpdate.currentPattern">
|
||||
<i class="fa fa-circle-notch fa-spin" ng-show="autoUpdate.busy"></i> Save
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user