mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-16 00:39:07 -05:00
Variable data for hosts/groups/inventory now defaults to YAML. Data received from the API is converted to YAML. Changed job_template extra_vars to use the variable editor approach -user will now enter extra vars as either YAML or JSON with the default being YAML.
This commit is contained in:
@@ -36,7 +36,7 @@ angular.module('GroupFormDefinition', [])
|
||||
editRequird: false,
|
||||
rows: 10,
|
||||
"class": 'modal-input-xlarge',
|
||||
"default": "\{\}",
|
||||
"default": "---",
|
||||
dataTitle: 'Group Variables',
|
||||
dataPlacement: 'right',
|
||||
awPopOver: "<p>Enter variables using either JSON or YAML syntax. Use the radio button to toggle between the two.</p>" +
|
||||
|
||||
Reference in New Issue
Block a user