diff --git a/awx/ui/static/js/forms/Adhoc.js b/awx/ui/static/js/forms/Adhoc.js index 3c83aa78c8..c64c90536a 100644 --- a/awx/ui/static/js/forms/Adhoc.js +++ b/awx/ui/static/js/forms/Adhoc.js @@ -99,14 +99,13 @@ export default ngOptions: 'verbosity.label for verbosity in ' + 'adhoc_verbosity_options ' + 'track by verbosity.value', - "default": 1, editRequired: true, awPopOver:'

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',