]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager/Utils.js
add virtio-scsi-single scsi controller
[pve-manager.git] / www / manager / Utils.js
index 07cbd4db29ee13e8d868990f7a7ecfe2bd5fe98a..a716fc47af8b9d86c74a0cf232748ce24567bee0 100644 (file)
@@ -149,6 +149,8 @@ Ext.define('PVE.Utils', { statics: {
            return 'MegaRAID SAS 8708EM2';
        } else if (value === 'virtio-scsi-pci') {
            return 'VIRTIO';
+       } else if (value === 'virtio-scsi-single') {
+           return 'VIRTIO single';
        } else if (value === 'pvscsi') {
            return 'VMware PVSCSI';
        } else {