-
Notifications
You must be signed in to change notification settings - Fork 168
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
Audit Logs for Admin Portal #1105
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -123,6 +123,11 @@ export const Sidebar = ({ isOpen, setIsOpen }: SidebarProps) => { | |||
text: 'Single Sign-On', | |||
active: asPath.includes('/admin/settings/sso-connection'), | |||
}, | |||
{ | |||
href: '/admin/settings/audit-log', | |||
text: 'Audit Log', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe the title can be 'Audit Logs (For Admin Portal)' to distinguish it from the existing 'Audit logs' tab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/settings/*
is Admin Portal related hence it is obvious that it is for Admin Portal I think. Audit Logs (For Admin Portal)
can be a bit long for a tab name, doesn't fit in a single line.
# Conflicts: # package-lock.json # pages/api/v1/connections/index.ts # pages/api/v1/saml/config.ts
Closed in favour of #1972 |
What does this PR do?
Fixes #651
Type of change
How should this be tested?
Checklist: