From 0f30ccc9b73ce57c1758d06b67d234fa88145441 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Mon, 27 Apr 2015 10:36:49 -0400 Subject: [PATCH] fix grunt errors --- awx/ui/static/js/forms/Adhoc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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',