edit my team icon

MOHEMM-Q3-DEV-LATEST
Mohamed Mekawy 6 years ago
parent 024ed04baf
commit afed126eaf

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

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

@ -23,7 +23,7 @@
</ion-slides>
</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'">
<ion-col [size]="12">
<ion-label>{{item.MENU_NAME}}</ion-label>
@ -34,7 +34,7 @@
icon="assets/icon/new-design/leave_balance.png">
</app-services-button>
</ng-container>
</ion-row>
</ion-row> -->
<ion-row *ngFor="let menuItem of menuEntries; let i=index">
@ -62,6 +62,13 @@
[icon]="subMenu.ICON">
</app-services-button>
</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">
<app-services-button
(click)="Vacation_Rule()"

Loading…
Cancel
Save