Merge branch 'ent-11889-quitar-legacy-de-las-tareas-de-netscan-y-ipam' into 'develop'

Ent 11889 quitar legacy de las tareas de netscan y ipam

See merge request artica/pandorafms!6411
This commit is contained in:
Rafael Ameijeiras 2023-09-06 14:33:39 +00:00
commit 81ef243d66
1 changed files with 2 additions and 2 deletions

View File

@ -912,7 +912,7 @@ class DiscoveryTaskList extends HTML
'class' => 'main_menu_icon invert_filter', 'class' => 'main_menu_icon invert_filter',
] ]
).'  '; ).'  ';
$data[6] .= __('Discovery.NetScan (legacy)'); $data[6] .= __('Discovery.NetScan');
} else { } else {
// APP or external script recon task. // APP or external script recon task.
$data[6] = html_print_image( $data[6] = html_print_image(
@ -920,7 +920,7 @@ class DiscoveryTaskList extends HTML
true, true,
['class' => 'main_menu_icon invert_filter'] ['class' => 'main_menu_icon invert_filter']
).'  '; ).'  ';
$data[6] .= $recon_script_name.' (legacy)'; $data[6] .= $recon_script_name;
} }
break; break;
} }