package app import ( "fmt" "github.com/seaweedfs/seaweedfs/weed/admin/dash" ) templ Groups(data dash.GroupsPageData) {
Manage IAM groups for organizing users and policies
No groups found. Create a group to get started.
| Name | Members | Policies | Status | Actions |
|---|---|---|---|---|
| {group.Name} | {fmt.Sprintf("%d", group.MemberCount)} | {fmt.Sprintf("%d", group.PolicyCount)} | if group.Status == "enabled" { Enabled } else { Disabled } |