]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/form/DiskFormatSelector.js
adapt KVComboBoxes to pass store items using 'comboItems' parameter
authorEmmanuel Kasper <e.kasper@proxmox.com>
Thu, 3 Mar 2016 13:43:21 +0000 (14:43 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 4 Mar 2016 05:17:25 +0000 (06:17 +0100)
commit8f8e8a2e0614c796f25bc709e1e10af27e4a44da
treeabe9b03f8a4e80b4f9d3e1ddbc1a734701e54936
parentbd39c94565fdcc349033de83547c37f97f0f773b
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
www/manager6/form/Boolean.js
www/manager6/form/BusTypeSelector.js
www/manager6/form/CPUModelSelector.js
www/manager6/form/CacheTypeSelector.js
www/manager6/form/ContentTypeSelector.js
www/manager6/form/DiskFormatSelector.js
www/manager6/form/DisplaySelector.js
www/manager6/form/HotplugFeatureSelector.js
www/manager6/form/NetworkCardSelector.js
www/manager6/form/ScsiHwSelector.js
www/manager6/form/iScsiProviderSelector.js