From 253f2668d0ffe9d83b61db49751ecb48c4806137 Mon Sep 17 00:00:00 2001 From: Ilija Lazoroski Date: Thu, 8 Jul 2021 20:49:55 +0200 Subject: [PATCH] Island: Add hidden widget to encryption and readme in ransomware --- .../ui/src/components/configuration-components/UiSchema.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/monkey/monkey_island/cc/ui/src/components/configuration-components/UiSchema.js b/monkey/monkey_island/cc/ui/src/components/configuration-components/UiSchema.js index 79dced094..374550cc0 100644 --- a/monkey/monkey_island/cc/ui/src/components/configuration-components/UiSchema.js +++ b/monkey/monkey_island/cc/ui/src/components/configuration-components/UiSchema.js @@ -75,8 +75,13 @@ export default function UiSchema(props) { encryption: { directories: { // Directory inputs are dynamically hidden + }, + enabled: { + + 'ui:widget': 'hidden' } - } + }, + other_behaviors : {'ui:widget': 'hidden'} }, internal: { general: {