Glidera sell flow
This commit is contained in:
parent
a76dfb110d
commit
0bf4ce58b4
4 changed files with 169 additions and 26 deletions
|
|
@ -7,15 +7,15 @@
|
|||
|
||||
<ion-content>
|
||||
|
||||
<div class="box-notification error m0" ng-show="!network">
|
||||
<div class="box-notification error m0" ng-show="!network && !connectingGlidera">
|
||||
Glidera is disabled for this application
|
||||
</div>
|
||||
|
||||
<div class="box-notification warning m0" ng-show="network == 'testnet'">
|
||||
<div class="box-notification warning m0" ng-show="network == 'testnet' && !connectingGlidera">
|
||||
Testnet wallets only work with Glidera Sandbox Accounts
|
||||
</div>
|
||||
|
||||
<div ng-if="!token">
|
||||
<div ng-if="!token && !connectingGlidera">
|
||||
|
||||
<div ng-init="showOauthForm = false">
|
||||
<div class="text-center m20v">
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div ng-if="token">
|
||||
<div ng-if="token && !connectingGlidera">
|
||||
<div class="text-center m20v">
|
||||
<img src="img/glidera-logo.png" ng-click="update({'fullUpdate': true})" width="200">
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue