diff --git a/code/UI/src/app/layout/main-layout/main-layout.component.html b/code/UI/src/app/layout/main-layout/main-layout.component.html index 67f99e29..f4576051 100644 --- a/code/UI/src/app/layout/main-layout/main-layout.component.html +++ b/code/UI/src/app/layout/main-layout/main-layout.component.html @@ -66,22 +66,24 @@ - -
- - - - - -
-
+ +
+ + + + + +
+
+ diff --git a/code/UI/src/app/layout/main-layout/main-layout.component.ts b/code/UI/src/app/layout/main-layout/main-layout.component.ts index 1b58da58..687ff1d3 100644 --- a/code/UI/src/app/layout/main-layout/main-layout.component.ts +++ b/code/UI/src/app/layout/main-layout/main-layout.component.ts @@ -9,6 +9,7 @@ import { ToolbarModule } from 'primeng/toolbar'; import { FormsModule } from '@angular/forms'; import { MenuModule } from 'primeng/menu'; import { SidebarModule } from 'primeng/sidebar'; +import { DrawerModule } from 'primeng/drawer'; import { DividerModule } from 'primeng/divider'; import { RippleModule } from 'primeng/ripple'; import { ConfirmDialogModule } from 'primeng/confirmdialog'; @@ -35,6 +36,7 @@ interface MenuItem { FormsModule, MenuModule, SidebarModule, + DrawerModule, DividerModule, RippleModule, ConfirmDialogModule,