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 1523895dff..a3227121d6 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 @@ -244,8 +244,7 @@ export default ['$compile', 'Attr', 'Icon', // Show the "no items" box when loading is done and the user isn't actively searching and there are no results if (options.showEmptyPanel === undefined || options.showEmptyPanel === true){ - const emptyListClass = list.emptyListClass || "List-noItems"; - html += `