diff --git a/apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.integrations/route.tsx b/apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.integrations/route.tsx index d8e8d98f0..94a5e1772 100644 --- a/apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.integrations/route.tsx +++ b/apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.integrations/route.tsx @@ -274,6 +274,7 @@ function ConnectedIntegrationsList({ Jobs Scopes Client id + Connections Added Go to page @@ -312,22 +313,35 @@ function ConnectedIntegrationsList({ {client.authMethod.name} {client.jobCount} - {client.scopesCount} - Auto - ) - } - content={ - client.customClientId - ? client.customClientId - : "This uses the Trigger.dev OAuth client" - } - /> + {client.authSource === "LOCAL" + ? "–" + : client.scopesCount} + + + {client.authSource === "LOCAL" ? ( + "–" + ) : ( + Auto + ) + } + content={ + client.customClientId + ? client.customClientId + : "This uses the Trigger.dev OAuth client" + } + /> + )} + + + {client.authSource === "LOCAL" + ? "–" + : client.connectionsCount} {formatDateTime(client.createdAt, "medium")}