]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/lxc/Config.js
ext6migrate: make some (sub)tabs lazy
[pve-manager.git] / www / manager6 / lxc / Config.js
index 3ac8722dd7f5eea48e0852ead937ac6d547e15bd..ea0ca13ca435c95c57904c0e039c26c193e6fd93 100644 (file)
@@ -128,7 +128,14 @@ Ext.define('PVE.lxc.Config', {
                {
                    title: gettext('Resources'),
                    itemId: 'resources',
-                   xtype: 'pveLxcRessourceView'
+                   layout: 'fit',
+                   plugins: {
+                       ptype: 'lazyitems',
+                       items: {
+                           xtype: 'pveLxcRessourceView',
+                           pveSelNode: me.pveSelNode
+                       }
+                   }
                },
                {
                    title: gettext('Network'),