mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -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)) {
|
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.wellOverride) ? "List-well" : "";
|
||||||
html += `">`;
|
html += `">`;
|
||||||
// List actions
|
// List actions
|
||||||
|
|||||||
Reference in New Issue
Block a user