mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
AC-280, AC-289 Fixes
This commit is contained in:
@@ -101,12 +101,13 @@ angular.module('GeneratorHelpers', ['GeneratorHelpers'])
|
||||
var field = list['fields'][fld];
|
||||
var html = '';
|
||||
|
||||
html += "<td ";
|
||||
//html += "<td ";
|
||||
html += "<td class=\"" + fld + "-column";
|
||||
html += (field['class']) ? " " + field['class'] : "";
|
||||
html += (field['columnClass']) ? " " + field['columnClass'] : "";
|
||||
html += "\" ";
|
||||
html += (field.ngClass) ? Attr(field, 'ngClass') : "";
|
||||
html += (options.mode == 'lookup' || options.mode == 'select') ? " ng-click=\"toggle_" + list.iterator +"({{ " + list.iterator + ".id }})\"" : "";
|
||||
html += ">\n";
|
||||
|
||||
// Add ngShow
|
||||
|
||||
Reference in New Issue
Block a user