Merge branch 'ent-8890-Lista-de-tareas-RECON-con-muchos-targets-sale-horrible' into 'develop'

Ent 8890 lista de tareas recon con muchos targets sale horrible

See merge request artica/pandorafms!4864
This commit is contained in:
Daniel Rodriguez 2022-06-03 09:32:50 +00:00
commit 81e7f202c6
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ class DiscoveryTaskList extends HTML
} }
if ($task['id_recon_script'] == 0 || $ipam === true) { if ($task['id_recon_script'] == 0 || $ipam === true) {
$data[4] = $subnet; $data[4] = ui_print_truncate_text($subnet, 50, true, true, true, '[…]');
} else { } else {
$data[4] = '-'; $data[4] = '-';
} }