Adds generate new address button
This commit is contained in:
parent
c21ff0c077
commit
1c00698853
2 changed files with 18 additions and 4 deletions
|
|
@ -21,6 +21,13 @@
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.button-address {
|
||||||
|
margin-top: 5px;
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
font-size: 12px;
|
||||||
|
color: $v-text-accent-color;
|
||||||
|
}
|
||||||
.address {
|
.address {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
|
||||||
|
|
@ -40,10 +40,17 @@
|
||||||
<ion-spinner ng-show="!addr" class="spinner-dark" icon="crescent"></ion-spinner>
|
<ion-spinner ng-show="!addr" class="spinner-dark" icon="crescent"></ion-spinner>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<button ng-show="addr" class="button-request" ng-click="requestSpecificAmount()">
|
<div>
|
||||||
<span translate>Request Specific amount</span>
|
<button ng-show="addr" class="button-request" ng-click="requestSpecificAmount()">
|
||||||
<i class="icon ion-ios-arrow-right"></i>
|
<span translate>Request Specific amount</span>
|
||||||
</button>
|
<i class="icon ion-ios-arrow-right"></i>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<button ng-show="addr" class="button-address" ng-click="setAddress(true)">
|
||||||
|
<span translate>Generate new address</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue