MM-95 issues fixed
mekawy-issues
umasoodch 6 years ago
parent 14d7419b91
commit b3fae94a1c

@ -174,7 +174,9 @@ public static host = 'https://uat.hmgwebservices.com/';
return false;
} else if (result.ErrorType === 2 || result.ErrorType === 4) {
// console.log("error expired");
this.cs.stopLoading();
} else {
this.cs.stopLoading();
this.cs.showErrorMessageDialog(
onError,
errorLabel,

@ -1,5 +1,5 @@
<ion-content>
<ion-slides [options]="slideOptsOne" (ionSlideDidChange)="slideChanged($event)" #slides>
<ion-slides #slides pager="true" [options]="slideOptsOne" (ionSlideDidChange)="slideChanged($event)" class="slider-container">
<ion-slide *ngFor="let shift of SHIFTDETAILS.GetScheduleShiftsDetailsList; let i=index">
<ion-grid class="headerGrid">
<ion-row style="padding: 5px 10px;">

@ -133,4 +133,8 @@ height: 360px !important;
padding-bottom: 21px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.slider-container {
padding-bottom: 20px;
}

@ -159,7 +159,7 @@
<ion-col [size]="3">
<div class="attendance-information">
<span>{{ts.trPK('attendance-tracking','non-analyzed')}}</span>
<h2>{{timeCardSummaryData.UNAUTHORIZED_LEAVE}}</h2>
<h2>{{timeCardSummaryData.NOT_ANALYZED_DAYS}}</h2>
</div>
</ion-col>

@ -1284,7 +1284,7 @@ border:0px
}
.calendar-modal {
--height: 13.5cm !important;
--height: 14.5cm !important;
--width: 88% !important;
--border-radius: 0.4cm;
}
@ -1422,3 +1422,11 @@ table.monthview-datetable th small {
// --border-radius: 0.4cm;
// }
.calendar-modal .swiper-container-horizontal > .swiper-pagination-bullets{
top: auto;
bottom: -8px;
.swiper-pagination-bullet-active {
background: #094875;
}
}

Loading…
Cancel
Save