disables TREZOR
This commit is contained in:
parent
ba9d6b044b
commit
7bb5d89fad
3 changed files with 19 additions and 27 deletions
|
|
@ -107,11 +107,11 @@
|
||||||
<span translate>Use Ledger hardware wallet</span>
|
<span translate>Use Ledger hardware wallet</span>
|
||||||
<switch id="hw-ledger" name="hwLedger" ng-model="hwLedger" ng-change="isTestnet=false" class="green right m5t m10b"></switch>
|
<switch id="hw-ledger" name="hwLedger" ng-model="hwLedger" ng-change="isTestnet=false" class="green right m5t m10b"></switch>
|
||||||
</label>
|
</label>
|
||||||
|
<!-- -->
|
||||||
<label ng-show="!index.isCordova" for="hw-trezor" class="oh">
|
<!-- <label ng-show="!index.isCordova" for="hw-trezor" class="oh"> -->
|
||||||
<span translate>Use TREZOR hardware wallet</span>
|
<!-- <span translate>Use TREZOR hardware wallet</span> -->
|
||||||
<switch id="hw-trezor" name="hwTrezor" ng-model="hwTrezor" class="green right m5t m10b"></switch>
|
<!-- <switch id="hw-trezor" name="hwTrezor" ng-model="hwTrezor" class="green right m5t m10b"></switch> -->
|
||||||
</label>
|
<!-- </label> -->
|
||||||
<!-- TODO account
|
<!-- TODO account
|
||||||
<div ng-show="hwLedger">
|
<div ng-show="hwLedger">
|
||||||
<label class="oh"><span translate>Ledger Slot</span>
|
<label class="oh"><span translate>Ledger Slot</span>
|
||||||
|
|
|
||||||
|
|
@ -174,22 +174,14 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<form name="importForm4" ng-submit="import.importTrezor(importForm4)" novalidate>
|
<!-- <form name="importForm4" ng-submit="import.importTrezor(importForm4)" novalidate> -->
|
||||||
<div class="large-12 columns">
|
<!-- <div class="large-12 columns"> -->
|
||||||
<!-- TODO: account
|
<!-- <button translate type="submit" class="button round expand black" -->
|
||||||
<label class=" oh">
|
<!-- ng-disabled="import.loading || import.ledger"> -->
|
||||||
<span translate>Ledger Slot</span>
|
<!-- Import from TREZOR -->
|
||||||
<select class="m10t" ng-model="externalIndex" ng-options="externalIndex as externalIndex for externalIndex in import.externalIndexValues">
|
<!-- </button> -->
|
||||||
</select>
|
<!-- </div> -->
|
||||||
</label>
|
<!-- </form> -->
|
||||||
<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>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -81,12 +81,12 @@
|
||||||
<span translate>Use Ledger hardware wallet</span>
|
<span translate>Use Ledger hardware wallet</span>
|
||||||
<switch id="hw-ledger" name="hwLedger" ng-model="hwLedger" class="green right m5t m10b"></switch>
|
<switch id="hw-ledger" name="hwLedger" ng-model="hwLedger" class="green right m5t m10b"></switch>
|
||||||
</label>
|
</label>
|
||||||
|
<!-- -->
|
||||||
<label ng-show="!index.isCordova" for="hw-trezor" class="oh">
|
<!-- <label ng-show="!index.isCordova" for="hw-trezor" class="oh"> -->
|
||||||
<span translate>Use TREZOR hardware wallet</span>
|
<!-- <span translate>Use TREZOR hardware wallet</span> -->
|
||||||
<switch id="hw-trezor" name="hwTrezor" ng-model="hwTrezor" class="green right m5t m10b"></switch>
|
<!-- <switch id="hw-trezor" name="hwTrezor" ng-model="hwTrezor" class="green right m5t m10b"></switch> -->
|
||||||
</label>
|
<!-- </label> -->
|
||||||
|
<!-- -->
|
||||||
<!-- TODO account
|
<!-- TODO account
|
||||||
<div class="large-12 columns" ng-hide="!hwLedger">
|
<div class="large-12 columns" ng-hide="!hwLedger">
|
||||||
<label class="oh">
|
<label class="oh">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue