forked from p15670423/monkey
Island: Add hidden widget to encryption and readme in ransomware
This commit is contained in:
parent
fb50ba1e55
commit
253f2668d0
|
@ -75,8 +75,13 @@ export default function UiSchema(props) {
|
||||||
encryption: {
|
encryption: {
|
||||||
directories: {
|
directories: {
|
||||||
// Directory inputs are dynamically hidden
|
// Directory inputs are dynamically hidden
|
||||||
|
},
|
||||||
|
enabled: {
|
||||||
|
|
||||||
|
'ui:widget': 'hidden'
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
other_behaviors : {'ui:widget': 'hidden'}
|
||||||
},
|
},
|
||||||
internal: {
|
internal: {
|
||||||
general: {
|
general: {
|
||||||
|
|
Loading…
Reference in New Issue