mirror of
https://github.com/ansible/awx.git
synced 2026-03-25 21:05:03 -02:30
Inventory hosts search
Removed used of dynamic placeholder. Left over from prior iterations.
This commit is contained in:
@@ -27,7 +27,6 @@ angular.module('InventoryHostsDefinition', [])
|
|||||||
key: true,
|
key: true,
|
||||||
label: 'Hosts',
|
label: 'Hosts',
|
||||||
ngClick: "editHost(host.id)",
|
ngClick: "editHost(host.id)",
|
||||||
searchPlaceholder: "search_place_holder",
|
|
||||||
columnClass: 'col-lg-8 col-md-9 col-sm-9 col-xs-7',
|
columnClass: 'col-lg-8 col-md-9 col-sm-9 col-xs-7',
|
||||||
dataHostId: "{{ host.id }}",
|
dataHostId: "{{ host.id }}",
|
||||||
dataType: "host"
|
dataType: "host"
|
||||||
|
|||||||
Reference in New Issue
Block a user