mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 00:38:45 -03:30
Fixed mislabeled help pop-overs
This commit is contained in:
@@ -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 " +
|
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 " +
|
" 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>",
|
" syntax, test environment setup and report problems.</p>",
|
||||||
dataTitle: 'Forks',
|
dataTitle: 'Job Type',
|
||||||
dataPlacement: 'right'
|
dataPlacement: 'right'
|
||||||
},
|
},
|
||||||
inventory: {
|
inventory: {
|
||||||
@@ -112,7 +112,7 @@ angular.module('JobTemplateFormDefinition', [])
|
|||||||
"Multiple patterns can be separated by ; : or ,</p><p>For more information and examples see the " +
|
"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 " +
|
"<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>",
|
" in the Ansible documentation.</p>",
|
||||||
dataTitle: 'Forks',
|
dataTitle: 'Limit',
|
||||||
dataPlacement: 'left'
|
dataPlacement: 'left'
|
||||||
},
|
},
|
||||||
verbosity: {
|
verbosity: {
|
||||||
|
|||||||
@@ -38,6 +38,11 @@ angular.module('JobFormDefinition', [])
|
|||||||
"default": 'run',
|
"default": 'run',
|
||||||
addRequired: true,
|
addRequired: true,
|
||||||
editRequired: 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
|
column: 1
|
||||||
},
|
},
|
||||||
inventory: {
|
inventory: {
|
||||||
@@ -107,7 +112,7 @@ angular.module('JobFormDefinition', [])
|
|||||||
"Multiple patterns can be separated by ; : or ,</p><p>For more information and examples see the " +
|
"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 " +
|
"<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>",
|
" in the Ansible documentation.</p>",
|
||||||
dataTitle: 'Forks',
|
dataTitle: 'Limit',
|
||||||
dataPlacement: 'left'
|
dataPlacement: 'left'
|
||||||
},
|
},
|
||||||
verbosity: {
|
verbosity: {
|
||||||
|
|||||||
Reference in New Issue
Block a user