mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-29 12:29:14 +00:00
disable resize - not neccessary
This commit is contained in:
parent
25c6ff2d9b
commit
12427b64b0
@ -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 };
|
||||
|
Loading…
Reference in New Issue
Block a user