Latest tree and Groups page modifications

This commit is contained in:
chouseknecht
2013-10-27 08:38:13 +00:00
parent ea5e43634a
commit 102ebdfbb6
7 changed files with 295 additions and 413 deletions

View File

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