Manage Team Sharing
Servers, and the users they are shared with
Server | User | Action |
---|---|---|
{{.Server}} | {{$user}} | |
{{$server}} | {{end}}{{$user}} | |
(There are no shared servers.) |
Users, and the servers they have access to
Servers not shared with anyone
{{if .UnsharedServersCount}}
{{range .ServersToUsers}}
{{if eq 0 (len .Users)}}
{{end}}
{{end}}
{{else}}
(There are no unshared servers.)
{{end}}