You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by le...@apache.org on 2023/01/17 08:09:50 UTC

[inlong] branch master updated: [INLONG-7246][Dashboard] Remove helper info of DataType in Stream configuration (#7247)

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 a1432e54d [INLONG-7246][Dashboard] Remove helper info of DataType in Stream configuration (#7247)
a1432e54d is described below

commit a1432e54dbbe6ed596427f6503e4939d8b246ee3
Author: feat <fe...@outlook.com>
AuthorDate: Tue Jan 17 16:09:43 2023 +0800

    [INLONG-7246][Dashboard] Remove helper info of DataType in Stream configuration (#7247)
---
 inlong-dashboard/src/locales/cn.json                           | 1 -
 inlong-dashboard/src/locales/en.json                           | 1 -
 inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts | 1 -
 3 files changed, 3 deletions(-)

diff --git a/inlong-dashboard/src/locales/cn.json b/inlong-dashboard/src/locales/cn.json
index cd390a65b..575769d1a 100644
--- a/inlong-dashboard/src/locales/cn.json
+++ b/inlong-dashboard/src/locales/cn.json
@@ -381,7 +381,6 @@
   "meta.Stream.FieldName": "字段名",
   "meta.Stream.FieldNameRule": "以英文字母开头,只能包含英文字母、数字、下划线",
   "meta.Stream.DataType": "数据格式",
-  "meta.Stream.DataTypeHelp": "CSV:消息体为原生 CSV 的 InLong 消息类型",
   "meta.Stream.FieldType": "字段类型",
   "meta.Stream.FieldComment": "字段描述",
   "meta.Stream.DataEncoding": "数据编码",
diff --git a/inlong-dashboard/src/locales/en.json b/inlong-dashboard/src/locales/en.json
index a9a1883e5..8e8fb2046 100644
--- a/inlong-dashboard/src/locales/en.json
+++ b/inlong-dashboard/src/locales/en.json
@@ -381,7 +381,6 @@
   "meta.Stream.FieldName": "Field name",
   "meta.Stream.FieldNameRule": "At the beginning of English letters, only English letters, numbers, and underscores",
   "meta.Stream.DataType": "DataType",
-  "meta.Stream.DataTypeHelp": "CSV: InLong message type whose message body is raw CSV",
   "meta.Stream.FieldType": "FieldType",
   "meta.Stream.FieldComment": "Field comment",
   "meta.Stream.DataEncoding": "Data encoding",
diff --git a/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts b/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts
index 9a0f40d82..0ac7b6135 100644
--- a/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts
+++ b/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts
@@ -97,7 +97,6 @@ export class StreamDefaultInfo implements DataWithBackend, RenderRow, RenderList
   @FieldDecorator({
     type: 'radio',
     initialValue: 'CSV',
-    tooltip: i18n.t('meta.Stream.DataTypeHelp'),
     props: values => ({
       disabled: [110, 130].includes(values?.status),
       options: [