From 4ff05ddd1047fb7e2cdc643e20d0fc5e3714a15f Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Wed, 12 Jul 2017 10:30:58 -0400 Subject: [PATCH] Display inventory source name rather than group name in workflow editor --- awx/ui/client/src/templates/inventory-sources.list.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/client/src/templates/inventory-sources.list.js b/awx/ui/client/src/templates/inventory-sources.list.js index a80d57f466..6179471684 100644 --- a/awx/ui/client/src/templates/inventory-sources.list.js +++ b/awx/ui/client/src/templates/inventory-sources.list.js @@ -16,7 +16,6 @@ export default { fields: { name: { label: 'Name', - ngBind: 'inventory_source.summary_fields.group.name', columnClass: 'col-md-11', simpleTip: { awToolTip: "Inventory: {{inventory_source.summary_fields.inventory.name}}",