节点同步不在图标上提示IP名单相关更新

This commit is contained in:
GoEdgeLab
2021-11-27 17:06:36 +08:00
parent 4f2b17ba77
commit 4d787dc9e6

View File

@@ -10,7 +10,9 @@ type CheckAction struct {
} }
func (this *CheckAction) RunPost(params struct{}) { func (this *CheckAction) RunPost(params struct{}) {
resp, err := this.RPC().NodeTaskRPC().ExistsNodeTasks(this.AdminContext(), &pb.ExistsNodeTasksRequest{}) resp, err := this.RPC().NodeTaskRPC().ExistsNodeTasks(this.AdminContext(), &pb.ExistsNodeTasksRequest{
ExcludeTypes: []string{"ipItemChanged"},
})
if err != nil { if err != nil {
this.ErrorPage(err) this.ErrorPage(err)
return return