mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 08:48:46 -03:30
Fixed js compile bug
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user