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