1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

Merge pull request #2838 from wenottingham/label-fu

Rename 'Host Pattern' to 'Limit', and fix paste-o in 'Verbosity' popover title
This commit is contained in:
Bill Nottingham 2016-07-07 13:35:06 -04:00 committed by GitHub
commit 978ef9e0bd

View File

@ -44,7 +44,7 @@ export default function() {
autocomplete: false autocomplete: false
}, },
limit: { limit: {
label: 'Host Pattern', label: 'Limit',
type: 'text', type: 'text',
addRequired: false, addRequired: false,
awPopOver: '<p>The pattern used to target hosts in the ' + awPopOver: '<p>The pattern used to target hosts in the ' +
@ -54,7 +54,7 @@ export default function() {
'<a id=\"adhoc_form_hostpatterns_doc_link\"' + '<a id=\"adhoc_form_hostpatterns_doc_link\"' +
'href=\"http://docs.ansible.com/intro_patterns.html\" ' + 'href=\"http://docs.ansible.com/intro_patterns.html\" ' +
'target=\"_blank\">here</a>.</p>', 'target=\"_blank\">here</a>.</p>',
dataTitle: 'Host Pattern', dataTitle: 'Limit',
dataPlacement: 'right', dataPlacement: 'right',
dataContainer: 'body' dataContainer: 'body'
}, },
@ -98,7 +98,7 @@ export default function() {
addRequired: true, addRequired: true,
awPopOver:'<p>These are the verbosity levels for standard ' + awPopOver:'<p>These are the verbosity levels for standard ' +
'out of the command run that are supported.', 'out of the command run that are supported.',
dataTitle: 'Module', dataTitle: 'Verbosity',
dataPlacement: 'right', dataPlacement: 'right',
dataContainer: 'body', dataContainer: 'body',
"default": 1 "default": 1