Merge pull request #125 from jlmitch5/adhoc_pr

UI Support for adhoc commands
This commit is contained in:
jlmitch5
2015-04-07 10:19:45 -04:00
30 changed files with 728 additions and 65 deletions

View File

@@ -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',