forked from p15670423/monkey
UI: Remove redundant info from info box
This commit is contained in:
parent
05e9c2af62
commit
4038622e83
|
@ -17,10 +17,7 @@ const SCAN_TARGET_CONFIGURATION_SCHEMA = {
|
||||||
'description': 'List of IPs that the monkey will not scan.'
|
'description': 'List of IPs that the monkey will not scan.'
|
||||||
},
|
},
|
||||||
'info_box_scan_my_networks': {
|
'info_box_scan_my_networks': {
|
||||||
'info': 'If "Scan Agent\'s networks" is enabled, the Agent will go over all network ' +
|
'info': 'If the Agent runs on a machine within a public 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, ' +
|
|
||||||
'this setting will cause scanning and exploitation attempts on that network.'
|
'this setting will cause scanning and exploitation attempts on that network.'
|
||||||
},
|
},
|
||||||
'scan_my_networks': {
|
'scan_my_networks': {
|
||||||
|
|
Loading…
Reference in New Issue