mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Service Accounts: Add enabled/disabled status to list (#46259)
* ServiceAccounts: improve where condition * ServiceAccounts: Add Enabled/Disabled status to list
This commit is contained in:
@@ -34,6 +34,7 @@ type ServiceAccountDTO struct {
|
||||
Name string `json:"name" xorm:"name"`
|
||||
Login string `json:"login" xorm:"login"`
|
||||
OrgId int64 `json:"orgId" xorm:"org_id"`
|
||||
IsDisabled bool `json:"isDisabled" xorm:"is_disabled"`
|
||||
Role string `json:"role" xorm:"role"`
|
||||
Tokens int64 `json:"tokens"`
|
||||
AvatarUrl string `json:"avatarUrl"`
|
||||
|
||||
Reference in New Issue
Block a user