Fix UI calculator. Set default status bar color if no wallet selected
This commit is contained in:
parent
daf45d48a8
commit
9982bef8df
9 changed files with 55 additions and 9 deletions
|
|
@ -425,7 +425,6 @@
|
|||
readonly="true"
|
||||
ng-show="!showAlternative"
|
||||
id="amount"
|
||||
ng-disabled="home.lockAmount"
|
||||
name="amount"
|
||||
ng-attr-placeholder="{{'Amount in'|translate}} {{home.unitName}}"
|
||||
ng-model="_amount"
|
||||
|
|
@ -439,7 +438,6 @@
|
|||
readonly="true"
|
||||
ng-show="showAlternative"
|
||||
id="alternative"
|
||||
ng-disabled="!home.isRateAvailable || home.lockAmount"
|
||||
name="alternative"
|
||||
ng-attr-placeholder="{{'Amount in'|translate}} {{ home.alternativeName }}"
|
||||
ng-model="_alternative"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue