mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 02:31:03 -03:30
Fix system job list item key
This commit is contained in:
@@ -32,7 +32,7 @@ function JobListItem({
|
|||||||
inventory_update: i18n._(t`Inventory Sync`),
|
inventory_update: i18n._(t`Inventory Sync`),
|
||||||
job: i18n._(t`Playbook Run`),
|
job: i18n._(t`Playbook Run`),
|
||||||
ad_hoc_command: i18n._(t`Command`),
|
ad_hoc_command: i18n._(t`Command`),
|
||||||
management_job: i18n._(t`Management Job`),
|
system_job: i18n._(t`Management Job`),
|
||||||
workflow_job: i18n._(t`Workflow Job`),
|
workflow_job: i18n._(t`Workflow Job`),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user