mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Fixed mislabeled help pop-overs
This commit is contained in:
parent
baad4bd7e6
commit
939cbf31ef
@ -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 ; : or ,</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: {
|
||||
|
||||
@ -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 ; : or ,</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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user