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 c727f8834a [INLONG-9837][Dashboard] Fix displays errors for Pulsar 
cluster management (#9838)
c727f8834a is described below

commit c727f8834aaf652b525b0a6214a75c88e0eac301
Author: haifxu <[email protected]>
AuthorDate: Mon Mar 18 18:14:17 2024 +0800

    [INLONG-9837][Dashboard] Fix displays errors for Pulsar cluster management 
(#9838)
---
 inlong-dashboard/src/plugins/clusters/defaults/Pulsar.ts | 4 ++--
 inlong-dashboard/src/ui/locales/cn.json                  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/inlong-dashboard/src/plugins/clusters/defaults/Pulsar.ts 
b/inlong-dashboard/src/plugins/clusters/defaults/Pulsar.ts
index bbde86c5f4..2519fe06a3 100644
--- a/inlong-dashboard/src/plugins/clusters/defaults/Pulsar.ts
+++ b/inlong-dashboard/src/plugins/clusters/defaults/Pulsar.ts
@@ -57,8 +57,8 @@ export default class PulsarCluster
     rules: [{ required: true }],
     initialValue: 'public',
   })
-  @I18n('pages.Clusters.Pulsar.Tenant')
-  tenant: string;
+  @I18n('pages.Clusters.Pulsar.PulsarTenant')
+  pulsarTenant: string;
 
   @FieldDecorator({
     type: 'input',
diff --git a/inlong-dashboard/src/ui/locales/cn.json 
b/inlong-dashboard/src/ui/locales/cn.json
index 1d6d5a035f..fa46d6f1ca 100644
--- a/inlong-dashboard/src/ui/locales/cn.json
+++ b/inlong-dashboard/src/ui/locales/cn.json
@@ -754,7 +754,7 @@
   "pages.Clusters.Node.PortRule": "请输入正确的端口",
   "pages.Clusters.Node.ProtocolTypeRule": "请输入正确的协议类型",
   "pages.Clusters.Node.Online": "在线",
-  "pages.Clusters.Pulsar.Tenant": "默认租户",
+  "pages.Clusters.Pulsar.PulsarTenant": "默认租户",
   "pages.Clusters.Pulsar.TokenPlaceholder": "如果群集配置了令牌,则为必需",
   "pages.Clusters.Kafka.ClusterUrl": "集群 URL",
   "pages.Clusters.Pulsar.ServiceUrlHelper": "用于生产和消费数据",

Reply via email to