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

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

View File

@@ -1427,7 +1427,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies', 'Utilities'])
html += (fAction.ngShow) ? this.attr(fAction, 'ngShow') : ""; html += (fAction.ngShow) ? this.attr(fAction, 'ngShow') : "";
html += ">"; html += ">";
html += SelectIcon({ action: act }); 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 += "</a>";
} }
html += "</td>"; html += "</td>";