mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03:30
Fix key for adhoc command display type
This commit is contained in:
@@ -39,7 +39,7 @@ function JobListItem({
|
|||||||
project_update: i18n._(t`Source Control Update`),
|
project_update: i18n._(t`Source Control Update`),
|
||||||
inventory_update: i18n._(t`Inventory Sync`),
|
inventory_update: i18n._(t`Inventory Sync`),
|
||||||
job: i18n._(t`Playbook Run`),
|
job: i18n._(t`Playbook Run`),
|
||||||
command: i18n._(t`Command`),
|
ad_hoc_command: i18n._(t`Command`),
|
||||||
management_job: i18n._(t`Management Job`),
|
management_job: i18n._(t`Management Job`),
|
||||||
workflow_job: i18n._(t`Workflow Job`),
|
workflow_job: i18n._(t`Workflow Job`),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user