mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 03:13:49 +08:00
teams: team listing shows only your teams (editors).
This commit is contained in:
@ -61,11 +61,12 @@ type GetTeamsByUserQuery struct {
|
||||
}
|
||||
|
||||
type SearchTeamsQuery struct {
|
||||
Query string
|
||||
Name string
|
||||
Limit int
|
||||
Page int
|
||||
OrgId int64
|
||||
Query string
|
||||
Name string
|
||||
Limit int
|
||||
Page int
|
||||
OrgId int64
|
||||
UserIdFilter int64
|
||||
|
||||
Result SearchTeamQueryResult
|
||||
}
|
||||
|
Reference in New Issue
Block a user