jf-activity: initial changes

functionality mostly there but needs a UI.
This commit is contained in:
Harvey Tindall
2025-12-16 18:15:39 +00:00
parent e4e9369d54
commit c21df253a1
11 changed files with 435 additions and 14 deletions

View File

@@ -198,6 +198,8 @@ const (
UserAdminAdjusted = "Admin state for user \"%s\" set to %t"
UserLabelAdjusted = "Label for user \"%s\" set to \"%s\""
FailedGetJFActivities = "Failed to get ActivityLog entries: %v"
// api.go
ApplyUpdate = "Applied update"
FailedApplyUpdate = "Failed to apply update: %v"