pve-manager/www/manager6/form/DisplaySelector.js
Emmanuel Kasper 8f8e8a2e06 adapt KVComboBoxes to pass store items using 'comboItems' parameter
we used a custom 'data' property to pass around the items to
add to the store, but this property is now used by ExtJS to
store content for the component template

also move to declarative style, saves lines
2016-03-04 06:17:25 +01:00

6 lines
168 B
JavaScript

Ext.define('PVE.form.DisplaySelector', {
extend: 'PVE.form.KVComboBox',
alias: ['widget.DisplaySelector'],
comboItems: PVE.Utils.kvm_vga_driver_array()
});