Skip to content

Commit 08f92e1

Browse files
author
孙超
committed
fix txt
1 parent 7f115c1 commit 08f92e1

File tree

1 file changed

+1
-1
lines changed
  • kafka-manager-console/src/container/admin/cluster-list

1 file changed

+1
-1
lines changed

kafka-manager-console/src/container/admin/cluster-list/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class ClusterList extends SearchAndFilterContainer {
5858
message: '请输入zookeeper地址',
5959
}],
6060
attrs: {
61-
placeholder: '请输入zookeeper地址,例如:192.168.0.1:2181,192.168.0.2/logi-kafka',
61+
placeholder: '请输入zookeeper地址,例如:192.168.0.1:2181,192.168.0.2:2181/logi-kafka',
6262
rows: 2,
6363
disabled: item ? true : false,
6464
},

0 commit comments

Comments
 (0)