mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 08:31:09 +00:00
copy form/DisplaySelector.js from manager to manager5
This commit is contained in:
parent
0d04ad72d5
commit
7f137d08fb
11
www/manager5/form/DisplaySelector.js
Normal file
11
www/manager5/form/DisplaySelector.js
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Ext.define('PVE.form.DisplaySelector', {
|
||||||
|
extend: 'PVE.form.KVComboBox',
|
||||||
|
alias: ['widget.DisplaySelector'],
|
||||||
|
|
||||||
|
initComponent: function() {
|
||||||
|
var me = this;
|
||||||
|
|
||||||
|
me.data = PVE.Utils.kvm_vga_driver_array();
|
||||||
|
me.callParent();
|
||||||
|
}
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user