minor fix

This commit is contained in:
fbsanchez 2020-04-07 19:10:37 +02:00
parent f88dceb4ec
commit 56e9275b1a

View File

@ -1256,6 +1256,7 @@ class DiscoveryTaskList extends HTML
if ($agent_id > 0) { if ($agent_id > 0) {
$tmp['disabled'] = 1; $tmp['disabled'] = 1;
$tmp['agent_id'] = $agent_id; $tmp['agent_id'] = $agent_id;
$tmp['checked'] = 1;
} }
// Store. // Store.