diff --git a/src/app/components/app-sidebar/app-sidebar.component.ts b/src/app/components/app-sidebar/app-sidebar.component.ts index 6a15335..64b1e59 100644 --- a/src/app/components/app-sidebar/app-sidebar.component.ts +++ b/src/app/components/app-sidebar/app-sidebar.component.ts @@ -51,7 +51,7 @@ export class AppSidebar { url: '/masters/studyCenter', icon: 'fa fa-language' },{ - name: 'Form List', + name: 'Documents', url: '/masters/formList', icon: 'fa fa-language' }, @@ -125,17 +125,17 @@ export class AppSidebar { icon: 'fa fa-book', children: [ { - name: 'ReceivedMaterial', + name: 'Received Material', url: '/studymaterial/receivedmaterial', icon: 'fa fa-file-text-o' }, { - name: 'AllocateMaterial', + name: 'Allocate Material', url: '/studymaterial/allocatematerial', icon: 'fa fa-user-secret' }, { - name: 'Studymaterial Stock', + name: 'Study Material Stock', url: '/studymaterial/studymaterialstock', icon: 'fa fa-user-secret' } diff --git a/src/app/views/masters/form-list/form-list.component.html b/src/app/views/masters/form-list/form-list.component.html index b29123b..b25c4c4 100644 --- a/src/app/views/masters/form-list/form-list.component.html +++ b/src/app/views/masters/form-list/form-list.component.html @@ -1,10 +1,10 @@
| Form Name | -Form Type | +Documents Name | +Documents Type | Course / University | Description | Status | @@ -60,21 +60,21 @@
|---|