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', '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():