From a7dbd0019227d3f380686c9ed6994aa37e1fda9f Mon Sep 17 00:00:00 2001 From: jaredevantabor Date: Tue, 11 Apr 2017 11:35:50 -0700 Subject: [PATCH] fixing small issue i created with list-generator classes --- .../client/src/shared/list-generator/list-generator.factory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/shared/list-generator/list-generator.factory.js b/awx/ui/client/src/shared/list-generator/list-generator.factory.js index e986c685e4..14797c26b3 100644 --- a/awx/ui/client/src/shared/list-generator/list-generator.factory.js +++ b/awx/ui/client/src/shared/list-generator/list-generator.factory.js @@ -170,7 +170,7 @@ export default ['$compile', 'Attr', 'Icon', } if (options.mode !== 'lookup' && (list.well === undefined || list.well)) { - html += `
`; + html += `
`; html += (!list.wellOverride) ? "List-well" : ""; html += `">`; // List actions