Fixes loading message after press a button
This commit is contained in:
parent
8b2305a778
commit
112c1adc11
7 changed files with 47 additions and 40 deletions
|
|
@ -121,9 +121,9 @@
|
|||
|
||||
|
||||
|
||||
<button translate type="submit" class="button primary radius expand m0" ng-disabled="loginForm.$invalid">
|
||||
<button translate type="submit" class="button primary radius expand m0"
|
||||
ng-disabled="loginForm.$invalid">
|
||||
Sign in
|
||||
{{hideAll}}
|
||||
</button>
|
||||
</form>
|
||||
<div ng-if="usingLocalStorage" class="text-gray size-12 m10v">
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@
|
|||
|
||||
<div class="text-right m20t">
|
||||
<button translate type="submit" class="button expand black m0"
|
||||
ng-disabled="importForm.$invalid || $root.starting">
|
||||
ng-disabled="importForm.$invalid">
|
||||
Import backup
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
<button translate type="submit"
|
||||
class="button primary radius expand m0"
|
||||
ng-disabled="importProfileForm.$invalid || $root.starting">
|
||||
ng-disabled="importProfileForm.$invalid">
|
||||
Import backup
|
||||
</button>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue