mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
#8890 truncate text
This commit is contained in:
parent
d53fd32ac9
commit
39ff5e6173
@ -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…
x
Reference in New Issue
Block a user