mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
fixing small issue i created with list-generator classes
This commit is contained in:
parent
f5141bcab9
commit
a7dbd00192
@ -170,7 +170,7 @@ export default ['$compile', 'Attr', 'Icon',
|
||||
}
|
||||
|
||||
if (options.mode !== 'lookup' && (list.well === undefined || list.well)) {
|
||||
html += `<div class="${list.name}List`; //List-well">`;
|
||||
html += `<div class="${list.name}List `; //List-well">`;
|
||||
html += (!list.wellOverride) ? "List-well" : "";
|
||||
html += `">`;
|
||||
// List actions
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user