mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 01:34:45 -03:30
Remove Ad Hoc from command job type
This commit is contained in:
@@ -227,7 +227,7 @@ class BaseSerializer(serializers.ModelSerializer):
|
||||
def get_type_choices(self):
|
||||
type_name_map = {
|
||||
'job': 'Playbook Run',
|
||||
'ad_hoc_command': 'Ad Hoc Command',
|
||||
'ad_hoc_command': 'Command',
|
||||
'project_update': 'SCM Update',
|
||||
'inventory_update': 'Inventory Sync',
|
||||
'system_job': 'Management Job',
|
||||
|
||||
Reference in New Issue
Block a user