Skip to content

Commit

Permalink
Merge pull request #2698 from Infisical/misc/made-audit-logs-metadata…
Browse files Browse the repository at this point in the history
…-json

misc: made audit logs metadata into json
  • Loading branch information
maidul98 authored Nov 6, 2024
2 parents ea426e8 + 88d25e9 commit 33db6df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 490 deletions.
2 changes: 1 addition & 1 deletion frontend/src/views/Org/AuditLogsPage/AuditLogsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const AuditLogsPage = withPermission(
<p className="text-3xl font-semibold text-gray-200">Audit Logs</p>
<div />
</div>
<LogsSection filterClassName="static p-2" showFilters isOrgAuditLogs />
<LogsSection filterClassName="static p-2" showFilters isOrgAuditLogs showActorColumn />
</div>
</div>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const LogsSection = ({
refetchInterval={refetchInterval}
remappedHeaders={remappedHeaders}
isOrgAuditLogs={isOrgAuditLogs}
showActorColumn={!!showActorColumn && !isOrgAuditLogs}
showActorColumn={!!showActorColumn}
filter={{
eventMetadata: presets?.eventMetadata,
projectId,
Expand Down
Loading

0 comments on commit 33db6df

Please sign in to comment.