update command ui component

This commit is contained in:
henrygd
2025-08-29 15:04:26 -04:00
parent 7697a12b42
commit 0e95caaee9
2 changed files with 100 additions and 100 deletions

View File

@@ -71,7 +71,7 @@ export default memo(function CommandPalette({ open, setOpen }: { open: boolean;
}}
>
<Server className="me-2 size-4" />
<span>{system.name}</span>
<span className="max-w-60 truncate">{system.name}</span>
<CommandShortcut>{getHostDisplayValue(system)}</CommandShortcut>
</CommandItem>
))}