mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-19 14:31:48 -05:00
Fixes navigation issue and address ps issues.
This commit is contained in:
@@ -62,8 +62,8 @@ class LaunchButton extends React.Component {
|
||||
const { data: job } = await launchJob;
|
||||
history.push(
|
||||
`/${
|
||||
resource.type === 'workflow_job_template' ? 'workflow' : 'jobs'
|
||||
}/${job.id}`
|
||||
resource.type === 'workflow_job_template' ? 'jobs/workflow' : 'jobs'
|
||||
}/${job.id}/output`
|
||||
);
|
||||
} else {
|
||||
this.setState({ promptError: true });
|
||||
|
||||
Reference in New Issue
Block a user