feature(web): 增加 zookeeper url 展示

This commit is contained in:
2023-05-10 12:36:16 +08:00
parent 0ed1840044
commit f42f963550

View File

@@ -969,6 +969,11 @@ function tableMetaDialog() {
content: copyField('tableMeta.config.checkpointRootPath'), content: copyField('tableMeta.config.checkpointRootPath'),
span: 4 span: 4
}, },
{
label: 'Zookeeper 地址',
content: copyField('tableMeta.config.zookeeperUrl'),
span: 4
},
], ],
}, },
{type: 'divider'}, {type: 'divider'},