[网站服务]列表中增加审核筛选和标识

This commit is contained in:
GoEdgeLab
2020-12-19 15:53:57 +08:00
parent 0b8fd77f54
commit bce9c49f0f
5 changed files with 69 additions and 25 deletions

View File

@@ -58,8 +58,8 @@ func (this *IndexAction) RunPost(params struct {
}
_, err = this.RPC().ServerRPC().UpdateServerNames(this.AdminContext(), &pb.UpdateServerNamesRequest{
ServerId: params.ServerId,
Config: []byte(params.ServerNames),
ServerId: params.ServerId,
ServerNamesJSON: []byte(params.ServerNames),
})
if err != nil {
this.ErrorPage(err)