minor fix
This commit is contained in:
parent
f88dceb4ec
commit
56e9275b1a
|
@ -1256,6 +1256,7 @@ class DiscoveryTaskList extends HTML
|
|||
if ($agent_id > 0) {
|
||||
$tmp['disabled'] = 1;
|
||||
$tmp['agent_id'] = $agent_id;
|
||||
$tmp['checked'] = 1;
|
||||
}
|
||||
|
||||
// Store.
|
||||
|
|
Loading…
Reference in New Issue