Commit 1e968bde authored by Dietmar Maurer's avatar Dietmar Maurer

buf fix for openvz network editor

parent 2c3a6b25
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment