diff --git a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js index 0fb6d5b556..aa65ad09be 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js +++ b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js @@ -58,7 +58,7 @@ export default ['templateUrl', function(templateUrl) { hostList.emptyListText = i18n._('Perform a search above to define a host filter'); hostList.layoutClass = 'List-defaultLayout'; hostList.alwaysShowSearch = true; - hostList.emptyListClass = 'List-noItems List-emptyHostFilter' + hostList.emptyListClass = 'List-noItems List-emptyHostFilter'; let html = GenerateList.build({ list: hostList, input_type: 'host-filter-modal-body',