From fd98f96b3e732145e90d28059df652416d50141d Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Fri, 25 Jul 2014 15:51:13 -0400 Subject: [PATCH] Inventory hosts search Removed used of dynamic placeholder. Left over from prior iterations. --- awx/ui/static/js/lists/InventoryHosts.js | 1 - 1 file changed, 1 deletion(-) 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"