mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
[Bugfix]Connect-JMX端口维护信息错误(#1044)
This commit is contained in:
@@ -522,7 +522,7 @@ const ConnectorForm = (props: {
|
|||||||
const params = {
|
const params = {
|
||||||
...values,
|
...values,
|
||||||
id: initFieldsValue?.id,
|
id: initFieldsValue?.id,
|
||||||
jmxProperties: values.jmxProperties ? `{ "jmxProperties": "${values.jmxProperties}" }` : undefined,
|
jmxProperties: values.jmxProperties ? `{ "jmxPort": "${values.jmxProperties}" }` : undefined,
|
||||||
};
|
};
|
||||||
Utils.put(api.batchConnectClusters, [params])
|
Utils.put(api.batchConnectClusters, [params])
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user