diff --git a/awx/ui/static/js/lists/CustomInventory.js b/awx/ui/static/js/lists/CustomInventory.js index 2dae876585..c6b7ed7b8a 100644 --- a/awx/ui/static/js/lists/CustomInventory.js +++ b/awx/ui/static/js/lists/CustomInventory.js @@ -24,7 +24,8 @@ angular.module('CustomInventoryListDefinition', []) fields: { name: { - //key: true, + key: true, + noLink: true, label: 'Name', columnClass: 'col-md-3 col-sm-9 col-xs-9', modalColumnClass: 'col-md-8'