disables TREZOR

This commit is contained in:
Matias Alejo Garcia 2015-10-07 11:56:37 -03:00
commit 7bb5d89fad
3 changed files with 19 additions and 27 deletions

View file

@ -174,22 +174,14 @@
</div>
</form>
<form name="importForm4" ng-submit="import.importTrezor(importForm4)" novalidate>
<div class="large-12 columns">
<!-- TODO: account
<label class=" oh">
<span translate>Ledger Slot</span>
<select class="m10t" ng-model="externalIndex" ng-options="externalIndex as externalIndex for externalIndex in import.externalIndexValues">
</select>
</label>
<div class="oh text-gray line-b size-12 p10b m20b"><span translate>Ledger supports up to 20 Copay wallets simultaneously. Select which slot to import</div>
-->
<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&#45;submit="import.importTrezor(importForm4)" novalidate> -->
<!-- <div class="large&#45;12 columns"> -->
<!-- <button translate type="submit" class="button round expand black" -->
<!-- ng&#45;disabled="import.loading || import.ledger"> -->
<!-- Import from TREZOR -->
<!-- </button> -->
<!-- </div> -->
<!-- </form> -->
</div>
</div>