diff --git a/api-viewer/PVEAPI.js b/api-viewer/PVEAPI.js index 47dbe88..a27d6c4 100644 --- a/api-viewer/PVEAPI.js +++ b/api-viewer/PVEAPI.js @@ -239,6 +239,7 @@ Ext.onReady(function() { ct.setTitle("Path: " + data.path); ct.removeAll(true); ct.add(items); + ct.setActiveTab(0); }; var tree = Ext.create('Ext.tree.Panel', {