edit my team icon

myteam
Mohamed Mekawy 6 years ago
parent 024ed04baf
commit afed126eaf

@ -202,4 +202,4 @@
"android" "android"
] ]
} }
} }

@ -221,7 +221,7 @@ export class PushService {
console.log("processStartReceivingWithFirebase"); console.log("processStartReceivingWithFirebase");
this.firebasex.getToken().then(token => { this.firebasex.getToken().then(token => {
alert("token: "+ token); // alert("token: "+ token);
this.registerInBackend(token); this.registerInBackend(token);
}).catch(error => console.error('Error getting token', error)); }).catch(error => console.error('Error getting token', error));

@ -23,7 +23,7 @@
</ion-slides> </ion-slides>
</ion-row> </ion-row>
<ion-row *ngFor="let item of menuList; let i=index"> <!-- <ion-row *ngFor="let item of menuList; let i=index">
<ng-container *ngIf="item.MENU_TYPE === 'M'"> <ng-container *ngIf="item.MENU_TYPE === 'M'">
<ion-col [size]="12"> <ion-col [size]="12">
<ion-label>{{item.MENU_NAME}}</ion-label> <ion-label>{{item.MENU_NAME}}</ion-label>
@ -34,7 +34,7 @@
icon="assets/icon/new-design/leave_balance.png"> icon="assets/icon/new-design/leave_balance.png">
</app-services-button> </app-services-button>
</ng-container> </ng-container>
</ion-row> </ion-row> -->
<ion-row *ngFor="let menuItem of menuEntries; let i=index"> <ion-row *ngFor="let menuItem of menuEntries; let i=index">
@ -62,6 +62,13 @@
[icon]="subMenu.ICON"> [icon]="subMenu.ICON">
</app-services-button> </app-services-button>
</ion-slide> </ion-slide>
<ion-slide *ngIf="i == 0">
<app-services-button
(click)="openMyTeamPage()"
title="My Team"
icon="assets/icon/new-design/leave_balance.png">
</app-services-button>
</ion-slide>
<ion-slide *ngIf="i == 2"> <ion-slide *ngIf="i == 2">
<app-services-button <app-services-button
(click)="Vacation_Rule()" (click)="Vacation_Rule()"

Loading…
Cancel
Save