diff --git a/monkey/monkey_island/cc/ui/src/components/pages/ConfigurePage.js b/monkey/monkey_island/cc/ui/src/components/pages/ConfigurePage.js index 5915b3eaa..e154ba330 100644 --- a/monkey/monkey_island/cc/ui/src/components/pages/ConfigurePage.js +++ b/monkey/monkey_island/cc/ui/src/components/pages/ConfigurePage.js @@ -152,6 +152,18 @@ class ConfigurePageComponent extends AuthComponent { render() { let displayedSchema = {}; + const uiSchema = { + general: { + post_breach_actions: { + linux: { + "ui:widget": "textarea" + }, + windows: { + "ui:widget": "textarea" + } + } + } + }; if (this.state.schema.hasOwnProperty('properties')) { displayedSchema = this.state.schema['properties'][this.state.selectedSection]; displayedSchema['definitions'] = this.state.schema['definitions']; @@ -178,6 +190,7 @@ class ConfigurePageComponent extends AuthComponent { } { this.state.selectedSection ?