show ai gateway resource details in launcher

This commit is contained in:
miloschwartz
2026-08-11 14:41:07 -04:00
parent e0a66e79bb
commit 98f5e39a7f
18 changed files with 1069 additions and 124 deletions
+6 -2
View File
@@ -124,13 +124,17 @@ export function PrivateResourceInfoSections({
siteResource.fullDomain &&
build != "oss"
);
const showPortRestrictions =
isPanel &&
siteResource.mode !== "http" &&
siteResource.mode !== "inference";
const numSections =
2 +
(showDestination ? 1 : 0) +
(showAlias ? 1 : 0) +
(showCertificate ? 1 : 0) +
(isPanel ? 1 : 0);
(showPortRestrictions ? 1 : 0);
const sections = (
<InfoSections cols={numSections} layout={isPanel ? "panel" : "default"}>
@@ -194,7 +198,7 @@ export function PrivateResourceInfoSections({
</InfoSection>
) : null}
{isPanel ? (
{showPortRestrictions ? (
<InfoSection>
<InfoSectionTitle>{t("portRestrictions")}</InfoSectionTitle>
<InfoSectionContent>