mirror of
https://github.com/henrygd/beszel.git
synced 2026-04-21 04:01:50 +02:00
hub(ui): style cleanup and mobile improvements
This commit is contained in:
@@ -95,7 +95,10 @@ export default function Navbar() {
|
||||
<DropdownMenuLabel className="max-w-40 truncate">{pb.authStore.record?.email}</DropdownMenuLabel>
|
||||
<DropdownMenuSeparator />
|
||||
<DropdownMenuGroup>
|
||||
<DropdownMenuItem onClick={() => navigate(getPagePath($router, "home"))} className="flex items-center">
|
||||
<DropdownMenuItem
|
||||
onClick={() => navigate(getPagePath($router, "containers"))}
|
||||
className="flex items-center"
|
||||
>
|
||||
<ContainerIcon className="h-4 w-4 me-2.5" strokeWidth={1.5} />
|
||||
<Trans>All Containers</Trans>
|
||||
</DropdownMenuItem>
|
||||
|
||||
Reference in New Issue
Block a user