mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
fix management job schedule edit link button
This commit is contained in:
@@ -118,7 +118,7 @@ export default [
|
|||||||
stateParams.inventory_id = item.summary_fields.inventory.id;
|
stateParams.inventory_id = item.summary_fields.inventory.id;
|
||||||
stateParams.inventory_source_id = item.summary_fields.unified_job_template.id;
|
stateParams.inventory_source_id = item.summary_fields.unified_job_template.id;
|
||||||
} else if (item.summary_fields.unified_job_template.unified_job_type === 'system_job') {
|
} else if (item.summary_fields.unified_job_template.unified_job_type === 'system_job') {
|
||||||
route = 'managementJobsList.schedule';
|
route = 'managementJobsList.schedule.edit';
|
||||||
stateParams.id = item.summary_fields.unified_job_template.id;
|
stateParams.id = item.summary_fields.unified_job_template.id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user