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:
commit
81ef243d66
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue