Showing
1 changed file
with
4 additions
and
4 deletions
@@ -284,8 +284,11 @@ export const serverSchemas: FormSchema[] = [ | @@ -284,8 +284,11 @@ export const serverSchemas: FormSchema[] = [ | ||
284 | { | 284 | { |
285 | field: 'securityMode', | 285 | field: 'securityMode', |
286 | component: 'Select', | 286 | component: 'Select', |
287 | - label: '安全配置模式', | 287 | + label: '安全配置', |
288 | defaultValue: 'NO_SEC', | 288 | defaultValue: 'NO_SEC', |
289 | + helpMessage: [ | ||
290 | + 'X.509 Certificate模式和Raw Public Key模式和Pre-Shared Key模式下,port端口必须是5686', | ||
291 | + ], | ||
289 | componentProps: { | 292 | componentProps: { |
290 | options: [ | 293 | options: [ |
291 | { | 294 | { |
@@ -334,9 +337,6 @@ export const serverSchemas: FormSchema[] = [ | @@ -334,9 +337,6 @@ export const serverSchemas: FormSchema[] = [ | ||
334 | required: true, | 337 | required: true, |
335 | defaultValue: 5685, | 338 | defaultValue: 5685, |
336 | colProps: { span: 8 }, | 339 | colProps: { span: 8 }, |
337 | - componentProps: { | ||
338 | - disabled: true, | ||
339 | - }, | ||
340 | }, | 340 | }, |
341 | { | 341 | { |
342 | field: 'clientHoldOffTime', | 342 | field: 'clientHoldOffTime', |