mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-25 03:00:25 +08:00
[网站服务]列表中增加审核筛选和标识
This commit is contained in:
@@ -23,6 +23,9 @@ func (this *ServerNamesPopupAction) RunGet(params struct {
|
||||
this.ErrorPage(err)
|
||||
return
|
||||
}
|
||||
if serverNamesResp.IsAuditing {
|
||||
serverNamesResp.ServerNamesJSON = serverNamesResp.AuditingServerNamesJSON
|
||||
}
|
||||
serverNames := []*serverconfigs.ServerNameConfig{}
|
||||
if len(serverNamesResp.ServerNamesJSON) > 0 {
|
||||
err = json.Unmarshal(serverNamesResp.ServerNamesJSON, &serverNames)
|
||||
|
||||
Reference in New Issue
Block a user