Skip to content

feat: support session audit log #16703

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 26, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update site/src/pages/AuditPage/AuditLogRow/AuditLogDescription/Audit…
…LogDescription.tsx

Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
  • Loading branch information
BrunoQuaresma and mafredri authored Feb 26, 2025
commit c30b2992de7a8ef927a97ea1b0af3ba1478eab7c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function AppSessionAuditLogDescription({ auditLog }: AuditLogDescriptionProps) {
return (
<>
{connection_type} session to {workspace_owner}'s{" "}
<Link component={RouterLink} to={`@${workspace_owner}/${workspace_name}`}>
<Link component={RouterLink} to={`${auditLog.resource_link}`}>
<strong>{workspace_name}</strong>
</Link>{" "}
workspace{" "}
Expand Down
Loading