add loadder in worklist

MOE_DEV_NEW_TEMPORARY_DESIGN
enadhilal 4 years ago
parent 7bb37d3f47
commit 44585ad9bd

@ -49,6 +49,9 @@
<!-- NOT ADDRESS & BASIC_DETAILS -->
<ion-col
*ngIf="getPassNotificationDetails?.REQUEST_TYPE != 'ADDRESS' && getPassNotificationDetails?.REQUEST_TYPE != 'BASIC_DETAILS' ">
<div *ngIf="notificationBodyRes?.length <= 0 ">
<p>{{'worklist, loading'| translate}} <img style="width: 3%;" src="../assets/icon/progress-loading.gif"/></p>
</div>
<div *ngIf="notificationBodyRes?.length > 0 ">
<ion-card *ngFor="let item of notificationBodyRes;let i=index; "
style="width: 91%;">

@ -337,7 +337,6 @@ export class WorklistMainComponent implements OnInit {
}
handleWorkListBodyResult(result, Type) {
if (this.common.validResponse(result)) {
this.pInformation = result.P_INFORMATION;
this.pQuestion = result.P_QUESTION;

@ -2547,6 +2547,10 @@
"save-changes":{
"en":"Save Changes",
"ar":"حفظ التغيرات"
},
"loading":{
"en":"Loading",
"ar":"يتم التحميل"
}
},
"worklistMain": {

Loading…
Cancel
Save