27edbed532
adding LIO option and dedicated "LIO target portal group" input field to the "Add: ZFS via iSCSI" dialog Signed-Off-By: Udo Rader <udo.rader@bestsolution.at>
11 lines
244 B
JavaScript
11 lines
244 B
JavaScript
Ext.define('PVE.form.iScsiProviderSelector', {
|
|
extend: 'Proxmox.form.KVComboBox',
|
|
alias: ['widget.pveiScsiProviderSelector'],
|
|
comboItems: [
|
|
['comstar', 'Comstar'],
|
|
[ 'istgt', 'istgt'],
|
|
[ 'iet', 'IET'],
|
|
[ 'LIO', 'LIO']
|
|
]
|
|
});
|