mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 02:42:22 +08:00
Moved dashboard theme option from the dashboard to a persisted user setting, #1458
This commit is contained in:
@ -28,7 +28,7 @@ func AdminGetUser(c *middleware.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
result := m.UserDTO{
|
||||
result := dtos.AdminUserListItem{
|
||||
Name: query.Result.Name,
|
||||
Email: query.Result.Email,
|
||||
Login: query.Result.Login,
|
||||
|
Reference in New Issue
Block a user