2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00

disable icons

This commit is contained in:
Matthias 2021-12-08 02:01:26 +01:00
parent 79a60ff895
commit 2725a2eb87
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -157,7 +157,11 @@ function enableSidetree(label) {
'data': function(node) { 'data': function(node) {
return {'id': node.id}; return {'id': node.id};
} }
} },
'themes': {
'icons': false,
'responsive': true,
},
} }
}).bind('select_node.jstree', function(e, data) { }).bind('select_node.jstree', function(e, data) {
window.location.href = data.node.a_attr.href; window.location.href = data.node.a_attr.href;