mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-02 18:00:24 +08:00
网站服务列表增加用户筛选
This commit is contained in:
@@ -29,6 +29,7 @@ func (this *OptionsAction) RunPost(params struct {
|
||||
"id": user.Id,
|
||||
"fullname": user.Fullname,
|
||||
"username": user.Username,
|
||||
"name": user.Fullname + "(" + user.Username + ")",
|
||||
})
|
||||
}
|
||||
this.Data["users"] = userMaps
|
||||
|
||||
Reference in New Issue
Block a user