]> git.proxmox.com Git - pve-manager.git/blob - www/manager6/form/PreallocationSelector.js
update shipped appliance info index
[pve-manager.git] / www / manager6 / form / PreallocationSelector.js
1 Ext.define('PVE.form.preallocationSelector', {
2 extend: 'Proxmox.form.KVComboBox',
3 alias: ['widget.pvePreallocationSelector'],
4 comboItems: [
5 ['__default__', Proxmox.Utils.defaultText],
6 ['off', 'Off'],
7 ['metadata', 'Metadata'],
8 ['falloc', 'Full (posix_fallocate)'],
9 ['full', 'Full'],
10 ],
11 });