top wallet
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<ion-toolbar class="top-tool" *ngIf="walletDescription !='' || active_job_count != 0">
|
||||
<ion-buttons slot="secondary">
|
||||
<ion-button
|
||||
*ngIf="walletDescription !='' "
|
||||
style="border-radius: 10px; font-weight: bolder;"
|
||||
fill="solid"
|
||||
color="primary"
|
||||
(click)="myWallet()">
|
||||
<ion-icon slot="end" name="wallet"></ion-icon>
|
||||
{{walletDescription}}
|
||||
</ion-button>
|
||||
<ion-button
|
||||
*ngIf="walletDescription =='' "
|
||||
style="border-radius: 10px; font-weight: bolder;"
|
||||
fill="solid"
|
||||
color="primary"
|
||||
(click)="myWallet()">
|
||||
<ion-icon slot="end" name="wallet"></ion-icon>
|
||||
Wallet
|
||||
</ion-button>
|
||||
</ion-buttons>
|
||||
<ion-buttons slot="primary" *ngIf="active_job_count != 0">
|
||||
<ion-button
|
||||
style="border-radius: 15px;
|
||||
font-weight: bolder"
|
||||
fill="solid"
|
||||
color="primary" (click)="myJobs(1)">
|
||||
My Jobs
|
||||
<ion-icon slot="end" name="list"></ion-icon>
|
||||
</ion-button>
|
||||
</ion-buttons>
|
||||
<!-- <ion-title>{{walletDescription}}</ion-title>-->
|
||||
</ion-toolbar>
|
||||
Reference in New Issue
Block a user