From fc60a6bf9bff4092ede90102898924480d56bb2f Mon Sep 17 00:00:00 2001 From: Jeremy Ruppel Date: Thu, 26 Mar 2026 13:56:51 -0400 Subject: [PATCH] feat(site): add AIBridge Sessions to deployment menu (#23679) Adds AI Bridge Sessions link to the deployment menu. --- .../modules/dashboard/Navbar/DeploymentDropdown.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/site/src/modules/dashboard/Navbar/DeploymentDropdown.tsx b/site/src/modules/dashboard/Navbar/DeploymentDropdown.tsx index 34971bbc57..9d87e5c824 100644 --- a/site/src/modules/dashboard/Navbar/DeploymentDropdown.tsx +++ b/site/src/modules/dashboard/Navbar/DeploymentDropdown.tsx @@ -92,9 +92,14 @@ const DeploymentDropdownContent: FC = ({ )} {canViewAIBridge && ( - - AI Bridge Logs - + <> + + AI Bridge Logs + + + AI Bridge Sessions + + )} {canViewHealth && (