|
|
@ -164,9 +164,9 @@ export const Security = (): JSX.Element => { |
|
|
type: "text", |
|
|
type: "text", |
|
|
name: "publicKey", |
|
|
name: "publicKey", |
|
|
label: "Public Key", |
|
|
label: "Public Key", |
|
|
|
|
|
disabled: true, |
|
|
description: |
|
|
description: |
|
|
"Sent out to other nodes on the mesh to allow them to compute a shared secret key", |
|
|
"Sent out to other nodes on the mesh to allow them to compute a shared secret key", |
|
|
disabledBy: [{ fieldName: "always" }], |
|
|
|
|
|
properties: { |
|
|
properties: { |
|
|
value: publicKey, |
|
|
value: publicKey, |
|
|
}, |
|
|
}, |
|
|
|