Add ransomware directories property to UISchema object
This addition is required to manipulate the UI components in ransomware configuration UI without the need to create object's properties. Otherwise we'd have to create ransomware.encryption.directories in UI schema using code.
This commit is contained in:
parent
3fb8c06102
commit
a82850cb64
|
@ -71,6 +71,13 @@ export default function UiSchema(props) {
|
|||
}
|
||||
}
|
||||
},
|
||||
ransomware: {
|
||||
encryption: {
|
||||
directories: {
|
||||
// Directory inputs are dynamically hidden
|
||||
}
|
||||
}
|
||||
},
|
||||
internal: {
|
||||
general: {
|
||||
started_on_island: {'ui:widget': 'hidden'}
|
||||
|
|
Loading…
Reference in New Issue