From effe7151eb9bee2229643527e6be87fc1b42f46c Mon Sep 17 00:00:00 2001 From: mabashian Date: Wed, 12 Jun 2019 16:16:55 -0400 Subject: [PATCH] Adds missing semi-colon --- .../host-filter-modal/host-filter-modal.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',