mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03:30
Add System Job to OPTIONS get for job types under unified jobs
This commit is contained in:
@@ -230,6 +230,7 @@ class BaseSerializer(serializers.ModelSerializer):
|
|||||||
'job': 'Playbook Run',
|
'job': 'Playbook Run',
|
||||||
'project_update': 'SCM Update',
|
'project_update': 'SCM Update',
|
||||||
'inventory_update': 'Inventory Sync',
|
'inventory_update': 'Inventory Sync',
|
||||||
|
'system_job': 'System Task',
|
||||||
}
|
}
|
||||||
choices = []
|
choices = []
|
||||||
for t in self.get_types():
|
for t in self.get_types():
|
||||||
|
|||||||
Reference in New Issue
Block a user