mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 17:37:30 -02:30
fixed language of module args popover
This commit is contained in:
@@ -58,7 +58,7 @@ export function AdhocCtrl($scope, $rootScope, $location, $routeParams,
|
|||||||
// give the docs for the selected module
|
// give the docs for the selected module
|
||||||
$scope.argsPopOver = "<p>These arguments are used with the" +
|
$scope.argsPopOver = "<p>These arguments are used with the" +
|
||||||
" specified module. You can find information about the " +
|
" specified module. You can find information about the " +
|
||||||
$scope.module_name.value +
|
$scope.module_name.value + " module " +
|
||||||
" <a id=\"adhoc_module_arguments_docs_link_for_module_" +
|
" <a id=\"adhoc_module_arguments_docs_link_for_module_" +
|
||||||
$scope.module_name.value +
|
$scope.module_name.value +
|
||||||
"\"" +
|
"\"" +
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ export default
|
|||||||
label: 'Arguments',
|
label: 'Arguments',
|
||||||
type: 'text',
|
type: 'text',
|
||||||
awPopOverWatch: 'argsPopOver',
|
awPopOverWatch: 'argsPopOver',
|
||||||
awPopOver: 'See adhoc controller...set as argsPopOver',
|
awPopOver: '{{ argsPopOver }}',
|
||||||
dataTitle: 'Arguments',
|
dataTitle: 'Arguments',
|
||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
dataContainer: 'body',
|
dataContainer: 'body',
|
||||||
|
|||||||
Reference in New Issue
Block a user