fix target validation on create site

This commit is contained in:
miloschwartz
2025-10-15 20:43:59 -07:00
parent ee3df081ef
commit 003f0cfa6d
2 changed files with 27 additions and 2 deletions

View File

@@ -1051,7 +1051,7 @@ export default function ReverseProxyTargets(props: {
"text-muted-foreground"
)}
>
<span className="truncate max-w-[90px]">
<span className="truncate max-w-[150px]">
{row.original.siteId
? selectedSite?.name
: t("siteSelect")}