fix(striker-ui-api): send job to target host instead of local in prepare network

main
Tsu-ba-me 1 year ago
parent d3b0da9396
commit 7631e3ad9c
  1. 1
      striker-ui-api/src/lib/request_handlers/host/prepareNetwork.ts

@ -140,6 +140,7 @@ export const prepareNetwork: RequestHandler<
entries: configEntries,
getValue: ({ value }) => String(value),
}),
job_host_uuid: hostUUID,
job_name: 'configure::network',
job_title: 'job_0001',
job_description: 'job_0071',

Loading…
Cancel
Save