disable resize - not neccessary

This commit is contained in:
Dietmar Maurer 2012-09-13 14:05:58 +02:00
parent 25c6ff2d9b
commit 12427b64b0

View File

@ -1,6 +1,8 @@
Ext.define('PVE.window.Snapshot', {
extend: 'Ext.window.Window',
resizable: false,
take_snapshot: function(snapname, descr, vmstate) {
var me = this;
var params = { snapname: snapname, vmstate: vmstate ? 1 : 0 };