You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2023/04/26 08:58:36 UTC

[inlong] branch master updated: [INLONG-7927][Dashboard] Optimize the display of data type (#7928)

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

dockerzhang 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 8185dc214 [INLONG-7927][Dashboard] Optimize the display of data type (#7928)
8185dc214 is described below

commit 8185dc214fad45a62017a4c6f674ee1e0e753f9c
Author: haifxu <xh...@gmail.com>
AuthorDate: Wed Apr 26 16:58:30 2023 +0800

    [INLONG-7927][Dashboard] Optimize the display of data type (#7928)
---
 inlong-dashboard/src/plugins/streams/common/StreamDefaultInfo.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inlong-dashboard/src/plugins/streams/common/StreamDefaultInfo.ts b/inlong-dashboard/src/plugins/streams/common/StreamDefaultInfo.ts
index 71100e14e..fc10636ba 100644
--- a/inlong-dashboard/src/plugins/streams/common/StreamDefaultInfo.ts
+++ b/inlong-dashboard/src/plugins/streams/common/StreamDefaultInfo.ts
@@ -105,11 +105,11 @@ export class StreamDefaultInfo implements DataWithBackend, RenderRow, RenderList
           value: 'CSV',
         },
         {
-          label: 'KV',
+          label: 'Key-Value',
           value: 'KV',
         },
         {
-          label: 'AVRO',
+          label: 'Avro',
           value: 'AVRO',
         },
         {