From 939cbf31efc1ddc620aafb0facd2c984a712fec1 Mon Sep 17 00:00:00 2001
From: chouseknecht 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.
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: {