From 4d787dc9e616d156c7ab3b0a63a62d19a3f0ced6 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sat, 27 Nov 2021 17:06:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8A=82=E7=82=B9=E5=90=8C=E6=AD=A5=E4=B8=8D?= =?UTF-8?q?=E5=9C=A8=E5=9B=BE=E6=A0=87=E4=B8=8A=E6=8F=90=E7=A4=BAIP?= =?UTF-8?q?=E5=90=8D=E5=8D=95=E7=9B=B8=E5=85=B3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/web/actions/default/clusters/tasks/check.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/internal/web/actions/default/clusters/tasks/check.go b/internal/web/actions/default/clusters/tasks/check.go index 5ca5e4a7..f27e4f6a 100644 --- a/internal/web/actions/default/clusters/tasks/check.go +++ b/internal/web/actions/default/clusters/tasks/check.go @@ -10,7 +10,9 @@ type CheckAction 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 { this.ErrorPage(err) return