fix(cgi-bin): allow VNC pipes for different servers to be managed in parallel

main
Tsu-ba-me 3 years ago
parent 7e447000b4
commit 214ef00647
  1. 2
      cgi-bin/manage_vnc_pipes

@ -125,7 +125,7 @@ if ($server_uuid)
job_data => "server-uuid=".$server_uuid."\nopen=".$open_string, job_data => "server-uuid=".$server_uuid."\nopen=".$open_string,
job_host_uuid => $host_uuid, job_host_uuid => $host_uuid,
job_description => "job_0351,!!operation!".$operation_string."!!,!!server_uuid!".$server_uuid."!!,!!host_uuid!".$host_uuid."!!", job_description => "job_0351,!!operation!".$operation_string."!!,!!server_uuid!".$server_uuid."!!,!!host_uuid!".$host_uuid."!!",
job_name => "cgi-bin::manage_vnc_pipes::".$operation_string, job_name => "cgi-bin::manage_vnc_pipes::".$server_uuid."::".$operation_string,
job_progress => 0, job_progress => 0,
job_title => "job_0350" job_title => "job_0350"
}); });

Loading…
Cancel
Save