mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 04:25:04 +00:00
Rename the SCSI VirtIO controller to better differenciate from VirtIO blk
Also fix casing to match VirtIO as displayed in Network Panel
This commit is contained in:
parent
5ca366f2f4
commit
49f5d1abd1
@ -172,7 +172,9 @@ Ext.define('PVE.Utils', { statics: {
|
||||
} else if (value === 'megasas') {
|
||||
return 'MegaRAID SAS 8708EM2';
|
||||
} else if (value === 'virtio-scsi-pci') {
|
||||
return 'VIRTIO';
|
||||
return 'VirtIO SCSI';
|
||||
} else if (value === 'virtio-scsi-single') {
|
||||
return 'VirtIO SCSI single';
|
||||
} else if (value === 'pvscsi') {
|
||||
return 'VMware PVSCSI';
|
||||
} else {
|
||||
|
@ -12,7 +12,7 @@ Ext.define('PVE.form.BusTypeSelector', {
|
||||
me.comboItems = [['ide', 'IDE'], ['sata', 'SATA']];
|
||||
|
||||
if (!me.noVirtIO) {
|
||||
me.comboItems.push(['virtio', 'VIRTIO']);
|
||||
me.comboItems.push(['virtio', 'VirtIO']);
|
||||
}
|
||||
|
||||
if (!me.noScsi) {
|
||||
|
Loading…
Reference in New Issue
Block a user