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

Bring action handling between form-generator and list-generator inline.

This commit is contained in:
Chris Houseknecht 2014-03-25 11:13:00 -04:00
parent 166cf61dc1
commit b638a90d34

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>";