mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
Latest tree and Groups page modifications
This commit is contained in:
@@ -103,7 +103,7 @@ angular.module('GroupFormDefinition', [])
|
||||
ngChange: 'sourceChange()',
|
||||
addRequired: false,
|
||||
editRequired: false,
|
||||
'default': { label: 'Manual', value: null }
|
||||
'default': { label: 'Manual', value: '' }
|
||||
},
|
||||
source_path: {
|
||||
label: 'Script Path',
|
||||
@@ -177,8 +177,7 @@ angular.module('GroupFormDefinition', [])
|
||||
"<blockquote>---<br />somevar: somevalue<br />password: magic<br /></blockquote>\n" +
|
||||
'<p>View JSON examples at <a href="http://www.json.org" target="_blank">www.json.org</a></p>' +
|
||||
'<p>View YAML examples at <a href="http://www.ansibleworks.com/docs/YAMLSyntax.html" target="_blank">ansibleworks.com</a></p>',
|
||||
dataContainer: 'body',
|
||||
awPopOverRight: true
|
||||
dataContainer: 'body'
|
||||
},
|
||||
update_interval: {
|
||||
label: 'Update Interval',
|
||||
|
||||
Reference in New Issue
Block a user