修改:1、阿里云和华为云上报节点的删除增加保存json
This commit is contained in:
parent
4bc971b55e
commit
42104f540a
|
@ -209,6 +209,7 @@ func (r *ReportServiceParamAliyunTemplate) DeleteReportNode(name string) int {
|
|||
return index
|
||||
}
|
||||
}
|
||||
ReportServiceParamListAliyun.WriteParamToJson()
|
||||
|
||||
return index
|
||||
}
|
||||
|
|
|
@ -206,6 +206,7 @@ func (r *ReportServiceParamHuaweiTemplate) DeleteReportNode(name string) int {
|
|||
return index
|
||||
}
|
||||
}
|
||||
ReportServiceParamListHuawei.WriteParamToJson()
|
||||
|
||||
return index
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue