]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/panel/GuestSummary.js
ui: move NotesView panel and NotesEdit window to widget kit
[pve-manager.git] / www / manager6 / panel / GuestSummary.js
index 9dc699135fd7ffa36b946489d36dc175d838c13b..35721419d2d4831e258bba8177ed6999b7c35a7a 100644 (file)
@@ -40,7 +40,7 @@ Ext.define('PVE.qemu.Summary', {
                rstore: rstore,
            },
            {
-               xtype: 'pveNotesView',
+               xtype: 'pmxNotesView',
                flex: 1,
                padding: template ? '5' : '0 0 0 5',
                itemId: 'notesview',
@@ -54,6 +54,7 @@ Ext.define('PVE.qemu.Summary', {
            items = [
                {
                    xtype: 'container',
+                   height: 300,
                    layout: {
                        type: 'hbox',
                        align: 'stretch',
@@ -120,7 +121,7 @@ Ext.define('PVE.qemu.Summary', {
                    items: items,
                    listeners: {
                        resize: function(container) {
-                           PVE.Utils.updateColumns(container);
+                           Proxmox.Utils.updateColumns(container);
                        },
                    },
                },
@@ -137,7 +138,7 @@ Ext.define('PVE.qemu.Summary', {
            if (key !== 'summarycolumns') {
                return;
            }
-           PVE.Utils.updateColumns(me.getComponent('itemcontainer'));
+           Proxmox.Utils.updateColumns(me.getComponent('itemcontainer'));
        });
     },
 });