From 6d45dbbeb48881b3abaf124cc8f40a21c46fc020 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Mon, 8 Dec 2014 13:33:35 -0500 Subject: [PATCH] Default sort by w/ no link set key and noLink to true, which will force the list to have a default sort-by, but will not force the list to contain any links --- awx/ui/static/js/lists/CustomInventory.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'