1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00

Merge branch 'master' of github.com:ansible/ansible-commander

This commit is contained in:
Chris Church 2014-03-25 11:32:47 -04:00
commit 24b587c877

View File

@ -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) ? "<span class=\"list-action-label\"> " + fAction.label + "</span>": "";
//html += (fAction.label) ? "<span class=\"list-action-label\"> " + fAction.label + "</span>": "";
html += "</a>";
}
html += "</td>";