remove spinner from remove background image

This commit is contained in:
Girish Ramakrishnan
2022-05-25 19:04:13 -07:00
parent 3a4c1b6ae7
commit ed7c806fe2

View File

@@ -54,7 +54,7 @@
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger pull-left" ng-click="backgroundImageChange.unset()" ng-disabled="backgroundImageChange.busy"><i class="fa fa-circle-notch fa-spin" ng-show="backgroundImageChange.busy"></i> Remove Background Image</button>
<button type="button" class="btn btn-danger pull-left" ng-click="backgroundImageChange.unset()" ng-disabled="backgroundImageChange.busy">Remove Background Image</button>
<button type="button" class="btn btn-default" data-dismiss="modal">{{ 'main.dialog.cancel' | tr }}</button>
<button type="button" class="btn btn-success" ng-click="backgroundImageChange.submit()" ng-disabled="backgroundImageChange.busy || !backgroundImageChange.pictureChanged"><i class="fa fa-circle-notch fa-spin" ng-show="backgroundImageChange.busy"></i> {{ 'main.dialog.save' | tr }}</button>
</div>