update
This commit is contained in:
@@ -78,12 +78,24 @@ type auditRecord struct {
|
||||
CreatedAt time.Time
|
||||
}
|
||||
|
||||
type auditFilters struct {
|
||||
TimeRange string
|
||||
EventType string
|
||||
Actor string
|
||||
Hostname string
|
||||
PackageSlug string
|
||||
SourceIP string
|
||||
Details string
|
||||
}
|
||||
|
||||
type pageData struct {
|
||||
Title string
|
||||
Technician *technician
|
||||
CSRFToken string
|
||||
Authorizations []authorizationRecord
|
||||
AuditEvents []auditRecord
|
||||
AuditFilters auditFilters
|
||||
AuditEventTypes []string
|
||||
Packages []packageRecord
|
||||
Actions []actionRecord
|
||||
NewCode string
|
||||
|
||||
Reference in New Issue
Block a user