mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 09:20:18 +00:00
copy qemu/QemuBiosEdit.js from manager to manager6
This commit is contained in:
parent
59e85a547d
commit
cedc0418e3
21
www/manager6/qemu/QemuBiosEdit.js
Normal file
21
www/manager6/qemu/QemuBiosEdit.js
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
Ext.define('PVE.qemu.BiosEdit', {
|
||||||
|
extend: 'PVE.window.Edit',
|
||||||
|
|
||||||
|
initComponent : function() {
|
||||||
|
var me = this;
|
||||||
|
|
||||||
|
Ext.applyIf(me, {
|
||||||
|
subject: 'BIOS',
|
||||||
|
items: {
|
||||||
|
xtype: 'pveQemuBiosSelector',
|
||||||
|
name: 'bios',
|
||||||
|
value: '',
|
||||||
|
fieldLabel: 'BIOS'
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
me.callParent();
|
||||||
|
|
||||||
|
me.load();
|
||||||
|
}
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user