mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Bring action handling between form-generator and list-generator inline.
This commit is contained in:
@@ -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>";
|
||||||
|
|||||||
Reference in New Issue
Block a user