mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03:30
fix grunt errors
This commit is contained in:
@@ -99,14 +99,13 @@ export default
|
||||
ngOptions: 'verbosity.label for verbosity in ' +
|
||||
'adhoc_verbosity_options ' +
|
||||
'track by verbosity.value',
|
||||
"default": 1,
|
||||
editRequired: true,
|
||||
awPopOver:'<p>These are the verbosity levels for standard ' +
|
||||
'out of the command run that are supported.',
|
||||
dataTitle: 'Module',
|
||||
dataPlacement: 'right',
|
||||
dataContainer: 'body',
|
||||
default: 1
|
||||
"default": 1
|
||||
},
|
||||
forks: {
|
||||
label: 'Forks',
|
||||
|
||||
Reference in New Issue
Block a user