File tree Expand file tree Collapse file tree
adminforth/spa/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 <img v-if =" coreStore.config?.iconOnlySidebar?.logo" :src =" loadFile(coreStore.config?.iconOnlySidebar?.logo || '')" :alt =" `${ coreStore.config?.brandName } Logo`" class =" af-sidebar-icon-only-logo h-8" :class =" { 'hidden': !(coreStore.config?.showBrandLogoInSidebar !== false && coreStore.config?.iconOnlySidebar?.logo && iconOnlySidebarEnabled && isSidebarIconOnly && !isSidebarHovering) }" />
3333 <span
3434 v-if =" coreStore.config?.showBrandNameInSidebar && (!iconOnlySidebarEnabled || !isSidebarIconOnly || (isSidebarIconOnly && isSidebarHovering))"
35- class =" af-title self-center text-lightNavbarText-size font-semibold sm:text-lightNavbarText-size whitespace-nowrap dark:text-darkSidebarText text-lightSidebarText"
35+ class =" af-title self-center text-lightNavbarText-size font-semibold sm:text-lightNavbarText-size whitespace-nowrap dark:text-darkSidebarText text-lightSidebarText truncate max-w"
36+ :title =" coreStore.config?.brandName"
3637 >
37- {{ coreStore.config?.brandName?.length > 10 ? coreStore.config.brandName.slice(0, 10) + '...' : coreStore.config?.brandName }}
38+ {{ coreStore.config?.brandName }}
3839 </span >
3940 <div v-if =" !isSidebarIconOnly || (isSidebarIconOnly && isSidebarHovering)" class =" flex items-center gap-2 w-auto" :class =" {'w-full justify-end': coreStore.config?.showBrandLogoInSidebar === false}" >
4041 <component
You can’t perform that action at this time.
0 commit comments