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 ff80288aa..2c09f433c 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 @@ -158,10 +158,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 fabcbf7d1..72bfc899d 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 @@ -78,6 +78,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 3e7846dfd..b6d040027 100644 --- a/src-ui/src/main.ts +++ b/src-ui/src/main.ts @@ -55,6 +55,8 @@ import { checkLg, chevronDoubleLeft, chevronDoubleRight, + chevronDown, + chevronUp, clipboard, clipboardCheck, clipboardCheckFill, @@ -260,6 +262,8 @@ const icons = { checkAll, checkCircleFill, checkLg, + chevronDown, + chevronUp, chevronDoubleLeft, chevronDoubleRight, clipboard,