diff --git a/sineedge/src/app/error/404/error-404-component.html b/sineedge/src/app/error/404/error-404-component.html new file mode 100644 index 0000000..b07de6d --- /dev/null +++ b/sineedge/src/app/error/404/error-404-component.html @@ -0,0 +1,17 @@ +
Sorry, an error has occured, Requested page not found!
+Sorry, but the page you were trying to view does not exist
+| # | -LenderHierarchy Name | +Lender Hierarchy Name | IsActive | Action | @@ -18,7 +18,7 @@
|---|---|---|---|---|
| No Records | ||||
| {{i+1}} | -{{LHL.lender_hierarchy_id}} {{LHL.lender_hierarchy}} | +{{LHL.lender_hierarchy}} | {{LHL.isactive}} |
Occupation of Non earning members
+ Occupation of Non earning members
-
+
diff --git a/sineedge/src/app/settings/component/members-occupation/members-occupation-list/members-occupation-list.component.ts b/sineedge/src/app/settings/component/members-occupation/members-occupation-list/members-occupation-list.component.ts
index 14a13bf..c9ef74a 100644
--- a/sineedge/src/app/settings/component/members-occupation/members-occupation-list/members-occupation-list.component.ts
+++ b/sineedge/src/app/settings/component/members-occupation/members-occupation-list/members-occupation-list.component.ts
@@ -79,7 +79,7 @@ export class MembersOccupationListComponent implements OnInit {
this.loader = false;
- if (dataresult.status == 200) {
+ if (dataresult.dataStatus === true) {
this.MemberOccupationList = dataresult.records;
}
})
diff --git a/sineedge/src/app/settings/component/pd/pd-allocation-type-dialog/pd-allocation-type-dialog.component.html b/sineedge/src/app/settings/component/pd/pd-allocation-type-dialog/pd-allocation-type-dialog.component.html
index d62d273..77cec06 100644
--- a/sineedge/src/app/settings/component/pd/pd-allocation-type-dialog/pd-allocation-type-dialog.component.html
+++ b/sineedge/src/app/settings/component/pd/pd-allocation-type-dialog/pd-allocation-type-dialog.component.html
@@ -10,9 +10,9 @@
fxLayoutAlign="center"
fxLayoutGap="35px"
fxLayoutGap.xs="0">
- PD Allocation Type
+ PD Allocation Type
-
+
|