From 793a401a331cfbd51906fdb813bfde3cdff3369e Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Wed, 28 Sep 2022 12:43:01 +0530 Subject: [PATCH] UI: Move and reword description in SCAN_TARGET_CONFIGURATION_SCHEMA --- .../src/services/configuration/propagation/scanTarget.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/monkey/monkey_island/cc/ui/src/services/configuration/propagation/scanTarget.js b/monkey/monkey_island/cc/ui/src/services/configuration/propagation/scanTarget.js index af15b7cef..5aef48d8c 100644 --- a/monkey/monkey_island/cc/ui/src/services/configuration/propagation/scanTarget.js +++ b/monkey/monkey_island/cc/ui/src/services/configuration/propagation/scanTarget.js @@ -1,12 +1,10 @@ const SCAN_TARGET_CONFIGURATION_SCHEMA = { 'title': 'Network', 'type': 'object', + 'description': 'If "Scan Agent\'s networks" is checked, the Monkey scans for machines on each ' + + 'of the network interfaces of the machine it is running on.\nAdditionally, the Monkey scans ' + + 'machines according to "Scan target list" and skips machines in "Blocked IPs".', 'properties': { - 'info_box_general': { - 'info': 'The Monkey scans for machines on each of the network interfaces of the ' + - 'machine it is running on, if "Scan Agent\'s networks" is checked. ' + - 'Additionally, the Monkey scans machines according to "Scan target list". ' - }, 'blocked_ips': { 'title': 'Blocked IPs', 'type': 'array',