mirror of
https://github.com/ansible/awx.git
synced 2024-11-05 05:51:21 +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;
|
var idx = index;
|
||||||
$(tree_id).jstree({
|
$(tree_id).jstree({
|
||||||
"core": { "initially_open":['inventory_node'],
|
"core": { "initially_open":['inventory_node'],
|
||||||
"html_titles": true,
|
"html_titles": true
|
||||||
},
|
},
|
||||||
"plugins": ['themes', 'json_data', 'ui', 'contextmenu', 'dnd', 'crrm'],
|
"plugins": ['themes', 'json_data', 'ui', 'contextmenu', 'dnd', 'crrm'],
|
||||||
"themes": {
|
"themes": {
|
||||||
|
Loading…
Reference in New Issue
Block a user