Extra Variable parsing on job launch

the extra_vars didn't need the key 'extra_vars' when posting to the API. i also cleaned up some hint errors from matt
This commit is contained in:
Jared Tabor
2014-10-31 16:17:11 -04:00
parent 89f34f6a2e
commit bf6b201bf5
2 changed files with 10 additions and 6 deletions

View File

@@ -107,10 +107,10 @@ angular.module('PermissionFormDefinition', [])
value: 'admin',
ngShow: "category == 'Inventory'"
}, {
label: 'Create',
value: 'create',
ngShow: "category == 'Deploy'"
}, {
label: 'Create',
value: 'create',
ngShow: "category == 'Deploy'"
}, {
label: 'Run',
value: 'run',
ngShow: "category == 'Deploy'"