Fixed mislabeled help pop-overs

This commit is contained in:
chouseknecht 2013-06-21 18:11:30 -04:00
parent baad4bd7e6
commit 939cbf31ef
2 changed files with 8 additions and 3 deletions

View File

@ -42,7 +42,7 @@ angular.module('JobTemplateFormDefinition', [])
awPopOver: "<p>When this template is submitted as a job, setting the type to <em>run</em> will execute the playbook, running tasks " +
" on the selected hosts.</p> <p>Setting the type to <em>check</em> will not execute the playbook. Instead, ansible will check playbook " +
" syntax, test environment setup and report problems.</p>",
dataTitle: 'Forks',
dataTitle: 'Job Type',
dataPlacement: 'right'
},
inventory: {
@ -112,7 +112,7 @@ angular.module('JobTemplateFormDefinition', [])
"Multiple patterns can be separated by &#59; &#58; or &#44;</p><p>For more information and examples see the " +
"<a href=\"http://ansible.cc/docs/patterns.html#selecting-targets\" target=\"_blank\">Selecting Targets section</a> under Inventory and Patterns " +
" in the Ansible documentation.</p>",
dataTitle: 'Forks',
dataTitle: 'Limit',
dataPlacement: 'left'
},
verbosity: {

View File

@ -38,6 +38,11 @@ angular.module('JobFormDefinition', [])
"default": 'run',
addRequired: true,
editRequired: true,
awPopOver: "<p>When this template is submitted as a job, setting the type to <em>run</em> will execute the playbook, running tasks " +
" on the selected hosts.</p> <p>Setting the type to <em>check</em> will not execute the playbook. Instead, ansible will check playbook " +
" syntax, test environment setup and report problems.</p>",
dataTitle: 'Job Type',
dataPlacement: 'right',
column: 1
},
inventory: {
@ -107,7 +112,7 @@ angular.module('JobFormDefinition', [])
"Multiple patterns can be separated by &#59; &#58; or &#44;</p><p>For more information and examples see the " +
"<a href=\"http://ansible.cc/docs/patterns.html#selecting-targets\" target=\"_blank\">Selecting Targets section</a> under Inventory and Patterns " +
" in the Ansible documentation.</p>",
dataTitle: 'Forks',
dataTitle: 'Limit',
dataPlacement: 'left'
},
verbosity: {