update audit view

This commit is contained in:
2026-07-25 15:50:06 -05:00
parent 01a3d1250a
commit 90d5b637ac
8 changed files with 85 additions and 57 deletions
+16 -14
View File
@@ -69,23 +69,25 @@ type authorizationRecord struct {
}
type auditRecord struct {
EventType string
Actor string
Hostname string
PackageSlug string
SourceIP string
Details string
CreatedAt time.Time
EventType string
CustomerLabel string
Actor string
Hostname string
PackageSlug string
SourceIP string
Details string
CreatedAt time.Time
}
type auditFilters struct {
TimeRange string
EventType string
Actor string
Hostname string
PackageSlug string
SourceIP string
Details string
TimeRange string
EventType string
CustomerLabel string
Actor string
Hostname string
PackageSlug string
SourceIP string
Details string
}
type pageData struct {