From 8173ec4014ff5ce4c999f2cd90154b242baa1ccb Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Tue, 18 Apr 2017 15:06:39 -0400 Subject: [PATCH] Added missing comma --- awx/ui/client/src/inventories/inventory.list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/inventories/inventory.list.js b/awx/ui/client/src/inventories/inventory.list.js index 557a1a8a9c..240639b4db 100644 --- a/awx/ui/client/src/inventories/inventory.list.js +++ b/awx/ui/client/src/inventories/inventory.list.js @@ -46,7 +46,7 @@ export default ['i18n', function(i18n) { columnClass: 'col-md-5 col-sm-5 col-xs-8 List-staticColumnAdjacent', modalColumnClass: 'col-md-11', awToolTip: "{{ inventory.description }}", - awTipPlacement: "top" + awTipPlacement: "top", linkTo: '/#/inventories/basic_inventory/{{inventory.id}}' }, organization: {