diff --git a/ansibleworks/ui/static/js/forms/JobTemplates.js b/ansibleworks/ui/static/js/forms/JobTemplates.js index 3eb1f2b05d..f51fe001f0 100644 --- a/ansibleworks/ui/static/js/forms/JobTemplates.js +++ b/ansibleworks/ui/static/js/forms/JobTemplates.js @@ -42,7 +42,7 @@ angular.module('JobTemplateFormDefinition', []) awPopOver: "

When this template is submitted as a job, setting the type to run will execute the playbook, running tasks " + " on the selected hosts.

Setting the type to check will not execute the playbook. Instead, ansible will check playbook " + " syntax, test environment setup and report problems.

", - dataTitle: 'Forks', + dataTitle: 'Job Type', dataPlacement: 'right' }, inventory: { @@ -112,7 +112,7 @@ angular.module('JobTemplateFormDefinition', []) "Multiple patterns can be separated by ; : or ,

For more information and examples see the " + "Selecting Targets section under Inventory and Patterns " + " in the Ansible documentation.

", - dataTitle: 'Forks', + dataTitle: 'Limit', dataPlacement: 'left' }, verbosity: { diff --git a/ansibleworks/ui/static/js/forms/Jobs.js b/ansibleworks/ui/static/js/forms/Jobs.js index e5ea1009a1..f714afcc9d 100644 --- a/ansibleworks/ui/static/js/forms/Jobs.js +++ b/ansibleworks/ui/static/js/forms/Jobs.js @@ -38,6 +38,11 @@ angular.module('JobFormDefinition', []) "default": 'run', addRequired: true, editRequired: true, + awPopOver: "

When this template is submitted as a job, setting the type to run will execute the playbook, running tasks " + + " on the selected hosts.

Setting the type to check will not execute the playbook. Instead, ansible will check playbook " + + " syntax, test environment setup and report problems.

", + dataTitle: 'Job Type', + dataPlacement: 'right', column: 1 }, inventory: { @@ -107,7 +112,7 @@ angular.module('JobFormDefinition', []) "Multiple patterns can be separated by ; : or ,

For more information and examples see the " + "Selecting Targets section under Inventory and Patterns " + " in the Ansible documentation.

", - dataTitle: 'Forks', + dataTitle: 'Limit', dataPlacement: 'left' }, verbosity: {