diff --git a/awx/ui/static/lib/ansible/form-generator.js b/awx/ui/static/lib/ansible/form-generator.js index ee3fa368b0..3ba0882e50 100644 --- a/awx/ui/static/lib/ansible/form-generator.js +++ b/awx/ui/static/lib/ansible/form-generator.js @@ -933,13 +933,13 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies']) // Add status fields section (used in Jobs form) html += "
\n"; if (this.form.statusActions) { - //html += "
\n"; + html += "
\n"; var act; for (action in this.form.statusActions) { act = this.form.statusActions[action]; html += this.button(act, action); } - //html += "
\n"; + html += "
\n"; //html += "
\n"; } html += "
\n";