mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
fixed language of module args popover
This commit is contained in:
parent
ef2247fce0
commit
ac8d016444
@ -58,7 +58,7 @@ export function AdhocCtrl($scope, $rootScope, $location, $routeParams,
|
||||
// give the docs for the selected module
|
||||
$scope.argsPopOver = "<p>These arguments are used with 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_" +
|
||||
$scope.module_name.value +
|
||||
"\"" +
|
||||
|
||||
@ -37,7 +37,7 @@ export default
|
||||
label: 'Arguments',
|
||||
type: 'text',
|
||||
awPopOverWatch: 'argsPopOver',
|
||||
awPopOver: 'See adhoc controller...set as argsPopOver',
|
||||
awPopOver: '{{ argsPopOver }}',
|
||||
dataTitle: 'Arguments',
|
||||
dataPlacement: 'right',
|
||||
dataContainer: 'body',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user