Skip to content

feat: update default audit log avatar #16774

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 2 commits into from
Mar 3, 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
Run fmt
  • Loading branch information
BrunoQuaresma committed Mar 3, 2025
commit 93fa8e06bfbf9627bf31ffbf17bf38a50c6a3e82
2 changes: 1 addition & 1 deletion site/src/pages/AuditPage/AuditLogRow/AuditLogRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { DropdownArrow } from "components/DropdownArrow/DropdownArrow";
import { Pill } from "components/Pill/Pill";
import { Stack } from "components/Stack/Stack";
import { TimelineEntry } from "components/Timeline/TimelineEntry";
import { NetworkIcon } from "lucide-react";
import { type FC, useState } from "react";
import { Link as RouterLink } from "react-router-dom";
import type { ThemeRole } from "theme/roles";
Expand All @@ -20,7 +21,6 @@ import {
determineGroupDiff,
determineIdPSyncMappingDiff,
} from "./AuditLogDiff/auditUtils";
import { NetworkIcon } from "lucide-react";

const httpStatusColor = (httpStatus: number): ThemeRole => {
// Treat server errors (500) as errors
Expand Down
Loading