mirror of
https://github.com/ansible/awx.git
synced 2024-11-04 12:51:18 +03:00
Fixed js compile bug
This commit is contained in:
parent
9d7018767d
commit
5d8ef49cfd
@ -122,7 +122,7 @@ angular.module('InventoryHelper', [ 'RestServices', 'Utilities', 'OrganizationLi
|
||||
var idx = index;
|
||||
$(tree_id).jstree({
|
||||
"core": { "initially_open":['inventory_node'],
|
||||
"html_titles": true,
|
||||
"html_titles": true
|
||||
},
|
||||
"plugins": ['themes', 'json_data', 'ui', 'contextmenu', 'dnd', 'crrm'],
|
||||
"themes": {
|
||||
|
Loading…
Reference in New Issue
Block a user