mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 18:07:36 -02:30
fix grunt errors
This commit is contained in:
@@ -99,14 +99,13 @@ export default
|
|||||||
ngOptions: 'verbosity.label for verbosity in ' +
|
ngOptions: 'verbosity.label for verbosity in ' +
|
||||||
'adhoc_verbosity_options ' +
|
'adhoc_verbosity_options ' +
|
||||||
'track by verbosity.value',
|
'track by verbosity.value',
|
||||||
"default": 1,
|
|
||||||
editRequired: true,
|
editRequired: 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: 'Module',
|
||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
dataContainer: 'body',
|
dataContainer: 'body',
|
||||||
default: 1
|
"default": 1
|
||||||
},
|
},
|
||||||
forks: {
|
forks: {
|
||||||
label: 'Forks',
|
label: 'Forks',
|
||||||
|
|||||||
Reference in New Issue
Block a user