1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 06:51:10 +03:00

Added missing comma

This commit is contained in:
Michael Abashian 2017-04-18 15:06:39 -04:00 committed by Jared Tabor
parent cc80cd8549
commit 8173ec4014

View File

@ -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: {