-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Audit logs UI improvement #11446
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 UI improvement #11446
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
export const uiAuditLogsCall = async ( | ||
accessToken: String, | ||
start_date?: string, | ||
end_date?: string, | ||
page?: number, | ||
page_size?: number, | ||
) => { |
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.
While solving merge conflicts, uiAuditLogsCall() was moved above getSSOSettings()
@@ -6,6 +6,14 @@ import { uiAuditLogsCall, keyListCall } from "../networking"; | |||
import { AuditLogEntry, auditLogColumns } from "./columns"; | |||
import { Text } from "@tremor/react"; | |||
import { Team } from "../key_team_helpers/key_list"; | |||
import _ReactDiffViewer from 'react-diff-viewer'; |
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.
this looks like a new package - but i don't see a package.json update in here
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.
Fixed bf9da29
Audit Logs UI improvement
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
tests/litellm/
directory, Adding at least 1 test is a hard requirement - see detailsmake test-unit
Type
🆕 Enhancement
Changes
https://www.loom.com/share/d20b771a88c94a9db210b086bfd28d91