update gui

This commit is contained in:
2026-07-28 20:45:34 -05:00
parent 8dcee4121b
commit 510d5490f9
13 changed files with 606 additions and 40 deletions
+9 -5
View File
@@ -30,12 +30,16 @@ func TestPortalTemplateExecutes(t *testing.T) {
Enabled: true,
}},
Authorizations: []authorizationRecord{{
ID: 1,
CreatedBy: "taiadmin",
ExpiresAt: time.Now().Add(time.Hour),
Packages: "SentinelOne Linux Agent",
Actions: "Install RMM",
ID: 1,
CreatedBy: "taiadmin",
ExpiresAt: time.Now().Add(time.Hour),
Packages: "SentinelOne Linux Agent",
Actions: "Install RMM",
PackageIDs: map[uint64]bool{1: true},
ActionSlugs: map[string]bool{"install-rmm": true},
}},
DefaultDays: 7,
MaxHostLimit: 25,
})
if err != nil {
t.Fatal(err)