mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 06:38:39 +00:00
fix bug #640: cd edit in gui
Signed-off-by: w.link@proxmox.com <Wolfgang Link>
This commit is contained in:
parent
ee7a4dad67
commit
6cf2794e26
@ -244,8 +244,9 @@ Ext.define('PVE.qemu.HardwareView', {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var win;
|
var win;
|
||||||
if (Ext.isString(rowdef.editor)) {
|
|
||||||
win = Ext.create(rowdef.editor, {
|
if (Ext.isString(editor)) {
|
||||||
|
win = Ext.create(editor, {
|
||||||
pveSelNode: me.pveSelNode,
|
pveSelNode: me.pveSelNode,
|
||||||
confid: rec.data.key,
|
confid: rec.data.key,
|
||||||
url: '/api2/extjs/' + baseurl
|
url: '/api2/extjs/' + baseurl
|
||||||
|
Loading…
Reference in New Issue
Block a user