mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
Added missing comma
This commit is contained in:
committed by
Jared Tabor
parent
cc80cd8549
commit
8173ec4014
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user