mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -02:30
Baseline for styling updates to list view. General styling of action buttons, header tags and the table itself.
This commit is contained in:
@@ -463,7 +463,7 @@ angular.module('GeneratorHelpers', [systemStatus.name])
|
||||
} else if (field.type === 'template') {
|
||||
html = Template(field);
|
||||
} else {
|
||||
html += "<td class=\"" + fld + "-column";
|
||||
html += "<td class=\"List-tableCell " + fld + "-column";
|
||||
html += (field['class']) ? " " + field['class'] : "";
|
||||
if (options.mode === 'lookup' && field.modalColumnClass) {
|
||||
html += " " + field.modalColumnClass;
|
||||
|
||||
Reference in New Issue
Block a user