#8890 truncate text

This commit is contained in:
Daniel Maya 2022-05-05 13:01:06 +02:00
parent d53fd32ac9
commit 39ff5e6173

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] = '-';
} }