fix import profile and wallet. digest fix
This commit is contained in:
parent
34b5dc3298
commit
88edec1779
5 changed files with 38 additions and 37 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<div class="import" ng-controller="ImportController">
|
||||
<div ng-show="loading">
|
||||
<div ng-show="$root.starting">
|
||||
<div ng-include="'views/includes/loading.html'" ng-init="title = importStatus"></div>
|
||||
</div>
|
||||
|
||||
<div ng-show="!loading">
|
||||
<div ng-show="!$root.starting">
|
||||
<div class="row hide-for-large-up">
|
||||
<div class="large-12 medium-12 small-12 columns">
|
||||
<h1>{{$root.title}}</h1>
|
||||
|
|
@ -85,7 +85,8 @@
|
|||
|
||||
|
||||
<div class="text-right m20t">
|
||||
<button translate type="submit" class="button expand black m0" ng-disabled="importForm.$invalid">
|
||||
<button translate type="submit" class="button expand black m0"
|
||||
ng-disabled="importForm.$invalid || $root.starting">
|
||||
Import backup
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue