add display materials WIP
This commit is contained in:
parent
ad8913f3c5
commit
e6f5d152f0
9 changed files with 151 additions and 281 deletions
|
|
@ -39,6 +39,11 @@ export class LayoutComponent implements OnInit, OnDestroy {
|
|||
icon_url: 'assets/icons/logs.svg',
|
||||
link: '/' + this.current_department + '/log',
|
||||
},
|
||||
{
|
||||
name: 'Materials',
|
||||
icon_url: '',
|
||||
link: '/' + this.current_department + '/materials',
|
||||
}
|
||||
];
|
||||
date = new Date();
|
||||
clockSubscription: Subscription | null = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue