mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 23:06:47 +00:00
buf fix for openvz network editor
This commit is contained in:
parent
7690de6e94
commit
661d27c104
@ -5,7 +5,10 @@ Ext.define('PVE.OpenVZ.NetIfEdit', {
|
||||
var me = this;
|
||||
|
||||
var values = me.formPanel.getValues();
|
||||
console.dir(values);
|
||||
|
||||
if (!me.create) {
|
||||
values.ifname = me.ifname;
|
||||
}
|
||||
|
||||
var newdata = Ext.clone(me.netif);
|
||||
newdata[values.ifname] = values;
|
||||
|
Loading…
Reference in New Issue
Block a user