Commit 394c32fd authored by w.link@proxmox.com's avatar w.link@proxmox.com Committed by Dietmar Maurer

fix bug #640: cd edit in gui

Signed-off-by: w.link@proxmox.com <Wolfgang Link>
parent adc00b90
......@@ -244,8 +244,9 @@ Ext.define('PVE.qemu.HardwareView', {
}
var win;
if (Ext.isString(rowdef.editor)) {
win = Ext.create(rowdef.editor, {
if (Ext.isString(editor)) {
win = Ext.create(editor, {
pveSelNode: me.pveSelNode,
confid: rec.data.key,
url: '/api2/extjs/' + baseurl
......
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