diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html index 7ec92cda8..34fbc2cbc 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.html +++ b/src-ui/src/app/components/app-frame/app-frame.component.html @@ -166,10 +166,13 @@
diff --git a/src-ui/src/app/components/app-frame/app-frame.component.ts b/src-ui/src/app/components/app-frame/app-frame.component.ts index 28f6ad9b9..9be189488 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.ts +++ b/src-ui/src/app/components/app-frame/app-frame.component.ts @@ -89,6 +89,8 @@ export class AppFrameComponent appRemoteVersion: AppRemoteVersion isMenuCollapsed: boolean = true + isManageMenuCollapsed: boolean = false + isAdminMenuCollapsed: boolean = false slimSidebarAnimating: boolean = false diff --git a/src-ui/src/main.ts b/src-ui/src/main.ts index cd1f4ef59..4ae5507bb 100644 --- a/src-ui/src/main.ts +++ b/src-ui/src/main.ts @@ -55,7 +55,9 @@ import { checkLg, chevronDoubleLeft, chevronDoubleRight, + chevronDown, chevronRight, + chevronUp, clipboard, clipboardCheck, clipboardCheckFill, @@ -267,7 +269,9 @@ const icons = { checkLg, chevronDoubleLeft, chevronDoubleRight, + chevronDown, chevronRight, + chevronUp, clipboard, clipboardCheck, clipboardCheckFill,