Inventory hosts search

Removed used of dynamic placeholder. Left over from prior iterations.
This commit is contained in:
Chris Houseknecht 2014-07-25 15:51:13 -04:00
parent 5fb27ff9c3
commit fd98f96b3e

View File

@ -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"