Commit 5a58ea6
committed
Enhance audit logging and redesign audit center UI
- Add correlation and request IDs to AuditHttpMiddleware logs
- Redesign Audits.razor with expanded filter options and modern UI
- Implement server-side paging, sorting, and inline row details
- Add export to CSV/JSON and quick-range filter buttons
- Use enums for event type/severity with improved formatting
- Refactor filter and table state logic for better UX and performance1 parent e1da827 commit 5a58ea6
File tree
3 files changed
+458
-69
lines changed- src
- Modules/Auditing/Modules.Auditing/Infrastructure/Http
- Playground/Playground.Blazor/Components/Pages
3 files changed
+458
-69
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
| 492 | + | |
| 493 | + | |
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| |||
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| 102 | + | |
| 103 | + | |
100 | 104 | | |
101 | 105 | | |
102 | 106 | | |
| |||
112 | 116 | | |
113 | 117 | | |
114 | 118 | | |
115 | | - | |
| |||
0 commit comments