check for updates wants more space

This commit is contained in:
Girish Ramakrishnan
2020-04-11 17:46:19 -07:00
parent 275157f27b
commit 36e298c758

View File

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