mirror of
https://github.com/ansible/awx.git
synced 2026-04-17 16:00:18 -02:30
fixing small issue i created with list-generator classes
This commit is contained in:
committed by
Jared Tabor
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
|
||||
|
||||
Reference in New Issue
Block a user