UI: Remove redundant info from info box

This commit is contained in:
Kekoa Kaaikala 2022-09-28 17:55:53 +00:00
parent 05e9c2af62
commit 4038622e83
1 changed files with 1 additions and 4 deletions

View File

@ -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': {