Removed loading directive from buttons
This commit is contained in:
parent
a18fee5ec3
commit
ea885e5fb8
5 changed files with 9 additions and 9 deletions
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
<div class="text-right">
|
||||
<a class="back-button text-white m20r" href="#!/">« <span translate>Back</span></a>
|
||||
<button translate type="submit" class="button primary m0" ng-disabled="importForm.$invalid" loading="Importing">
|
||||
<button translate type="submit" class="button primary m0" ng-disabled="importForm.$invalid">
|
||||
Import backup
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue