From f42f96355078f41928211b90829def7c496d27fc Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Wed, 10 May 2023 12:36:16 +0800 Subject: [PATCH] =?UTF-8?q?feature(web):=20=E5=A2=9E=E5=8A=A0=20zookeeper?= =?UTF-8?q?=20url=20=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-web/src/main/resources/static/components/common.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/service-web/src/main/resources/static/components/common.js b/service-web/src/main/resources/static/components/common.js index 4db1a77..d54c8f0 100644 --- a/service-web/src/main/resources/static/components/common.js +++ b/service-web/src/main/resources/static/components/common.js @@ -969,6 +969,11 @@ function tableMetaDialog() { content: copyField('tableMeta.config.checkpointRootPath'), span: 4 }, + { + label: 'Zookeeper 地址', + content: copyField('tableMeta.config.zookeeperUrl'), + span: 4 + }, ], }, {type: 'divider'},