This is an automated email from the ASF dual-hosted git repository.
leezng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 29329196f [INLONG-7305][Dashboard] Use properties to save extended
parameters in RedisLoadNode (#7308)
29329196f is described below
commit 29329196fcc280b1f978b0ee640cf51f24e8a20c
Author: feat <[email protected]>
AuthorDate: Thu Feb 2 14:58:00 2023 +0800
[INLONG-7305][Dashboard] Use properties to save extended parameters in
RedisLoadNode (#7308)
---
inlong-dashboard/src/metas/sinks/defaults/Redis.ts | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/inlong-dashboard/src/metas/sinks/defaults/Redis.ts
b/inlong-dashboard/src/metas/sinks/defaults/Redis.ts
index 1394170eb..c489c4788 100644
--- a/inlong-dashboard/src/metas/sinks/defaults/Redis.ts
+++ b/inlong-dashboard/src/metas/sinks/defaults/Redis.ts
@@ -401,9 +401,8 @@ export default class RedisSink extends SinkInfo implements
DataWithBackend, Rend
],
}),
})
- @ColumnDecorator()
@I18n('meta.Sinks.Redis.ExtList')
- extList: string;
+ properties: string;
@FieldDecorator({
type: 'inputnumber',