fix import
This commit is contained in:
parent
7bb5d89fad
commit
e7683ba86f
1 changed files with 10 additions and 8 deletions
|
|
@ -174,14 +174,16 @@
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<!-- <form name="importForm4" ng-submit="import.importTrezor(importForm4)" novalidate> -->
|
||||
<!-- <div class="large-12 columns"> -->
|
||||
<!-- <button translate type="submit" class="button round expand black" -->
|
||||
<!-- ng-disabled="import.loading || import.ledger"> -->
|
||||
<!-- Import from TREZOR -->
|
||||
<!-- </button> -->
|
||||
<!-- </div> -->
|
||||
<!-- </form> -->
|
||||
<form name="importForm4" ng-submit="import.importTrezor(importForm4)" novalidate>
|
||||
<div class="large-12 columns">
|
||||
<!-- ng-disabled="import.loading || import.ledger" -->
|
||||
<button translate type="submit" class="button round expand black"
|
||||
ng-disabled="true"
|
||||
>
|
||||
Import from TREZOR
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue