1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

Add System Job to OPTIONS get for job types under unified jobs

This commit is contained in:
Matthew Jones 2014-11-11 14:16:37 -05:00
parent d1c7ded068
commit 8bf66f01c4

View File

@ -230,6 +230,7 @@ class BaseSerializer(serializers.ModelSerializer):
'job': 'Playbook Run',
'project_update': 'SCM Update',
'inventory_update': 'Inventory Sync',
'system_job': 'System Task',
}
choices = []
for t in self.get_types():