From 4038622e8361e25d5a1fb36f5bb6953e8e1770fd Mon Sep 17 00:00:00 2001 From: Kekoa Kaaikala Date: Wed, 28 Sep 2022 17:55:53 +0000 Subject: [PATCH] UI: Remove redundant info from info box --- .../ui/src/services/configuration/propagation/scanTarget.js | 5 +---- 1 file changed, 1 insertion(+), 4 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 aa8ad101e..2cea44fbf 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 @@ -17,10 +17,7 @@ const SCAN_TARGET_CONFIGURATION_SCHEMA = { 'description': 'List of IPs that the monkey will not scan.' }, 'info_box_scan_my_networks': { - 'info': 'If "Scan Agent\'s networks" is enabled, the Agent will go over all network ' + - 'interfaces and will scan their networks, ' + - 'in addition to the IPs that are configured manually in the "Scan target list". ' + - 'Note that if the Agent runs on a machine within a public network, ' + + 'info': 'If the Agent runs on a machine within a public network, ' + 'this setting will cause scanning and exploitation attempts on that network.' }, 'scan_my_networks': {