mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
add missing activities
This commit is contained in:
parent
88b6ac9b17
commit
15e671da9a
1 changed files with 3 additions and 0 deletions
|
|
@ -84,6 +84,9 @@ var ActivityDetailsList = []ActivityDetails{
|
|||
ActivityTypeLockedHost{},
|
||||
ActivityTypeUnlockedHost{},
|
||||
ActivityTypeWipedHost{},
|
||||
|
||||
ActivityTypeCreatedDeclarationProfile{},
|
||||
ActivityTypeDeletedDeclarationProfile{},
|
||||
}
|
||||
|
||||
type ActivityDetails interface {
|
||||
|
|
|
|||
Loading…
Reference in a new issue