diff --git a/awx/ui/static/js/lists/InventoryHosts.js b/awx/ui/static/js/lists/InventoryHosts.js index b38d62397b..32a008a443 100644 --- a/awx/ui/static/js/lists/InventoryHosts.js +++ b/awx/ui/static/js/lists/InventoryHosts.js @@ -27,7 +27,6 @@ angular.module('InventoryHostsDefinition', []) key: true, label: 'Hosts', ngClick: "editHost(host.id)", - searchPlaceholder: "search_place_holder", columnClass: 'col-lg-8 col-md-9 col-sm-9 col-xs-7', dataHostId: "{{ host.id }}", dataType: "host"