This is an automated email from the ASF dual-hosted git repository.

healchow 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 8496e35b9 [INLONG-6996][Dashboard] Add JSON format for InlongStream 
(#6999)
8496e35b9 is described below

commit 8496e35b9c6ee3cb2d0964a3735702d30f3b6970
Author: featzhang <[email protected]>
AuthorDate: Sat Dec 24 19:22:52 2022 +0800

    [INLONG-6996][Dashboard] Add JSON format for InlongStream (#6999)
---
 inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts 
b/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts
index 943cc775d..9a0f40d82 100644
--- a/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts
+++ b/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts
@@ -113,6 +113,10 @@ export class StreamDefaultInfo implements DataWithBackend, 
RenderRow, RenderList
           label: 'AVRO',
           value: 'AVRO',
         },
+        {
+          label: 'JSON',
+          value: 'JSON',
+        },
       ],
     }),
     rules: [{ required: true }],

Reply via email to