mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat(site): add AIBridge Sessions to deployment menu (#23679)
Adds AI Bridge Sessions link to the deployment menu.
This commit is contained in:
@@ -92,9 +92,14 @@ const DeploymentDropdownContent: FC<DeploymentDropdownProps> = ({
|
||||
</DropdownMenuItem>
|
||||
)}
|
||||
{canViewAIBridge && (
|
||||
<DropdownMenuItem asChild>
|
||||
<Link to="/aibridge">AI Bridge Logs</Link>
|
||||
</DropdownMenuItem>
|
||||
<>
|
||||
<DropdownMenuItem asChild>
|
||||
<Link to="/aibridge">AI Bridge Logs</Link>
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuItem asChild>
|
||||
<Link to="/aibridge/sessions">AI Bridge Sessions</Link>
|
||||
</DropdownMenuItem>
|
||||
</>
|
||||
)}
|
||||
{canViewHealth && (
|
||||
<DropdownMenuItem asChild>
|
||||
|
||||
Reference in New Issue
Block a user