From b638a90d345bd84e93e90326590c34ec273cb0f3 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Tue, 25 Mar 2014 11:13:00 -0400 Subject: [PATCH] Bring action handling between form-generator and list-generator inline. --- awx/ui/static/lib/ansible/form-generator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/lib/ansible/form-generator.js b/awx/ui/static/lib/ansible/form-generator.js index 4850257b61..8e76522ce0 100644 --- a/awx/ui/static/lib/ansible/form-generator.js +++ b/awx/ui/static/lib/ansible/form-generator.js @@ -1427,7 +1427,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies', 'Utilities']) html += (fAction.ngShow) ? this.attr(fAction, 'ngShow') : ""; html += ">"; html += SelectIcon({ action: act }); - html += (fAction.label) ? " " + fAction.label + "": ""; + //html += (fAction.label) ? " " + fAction.label + "": ""; html += ""; } html += "";