[pve-devel] [PATCH manager] fix default text for SCSI Controller	Type
    Alwin Antreich 
    a.antreich at proxmox.com
       
    Fri Sep 15 10:31:49 CEST 2017
    
    
  
Signed-off-by: Alwin Antreich <a.antreich at proxmox.com>
---
 www/manager6/Utils.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
index 0b850977..09e6be90 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -194,7 +194,7 @@ Ext.define('PVE.Utils', { utilities: {
 
     render_scsihw: function(value) {
 	if (!value) {
-	    return PVE.Utils.defaultText + ' (LSI 53C895A)';
+	    return PVE.Utils.defaultText + ' (VirtIO SCSI)';
 	} else if (value === 'lsi') {
 	    return 'LSI 53C895A';
 	} else if (value === 'lsi53c810') {
-- 
2.11.0
    
    
More information about the pve-devel
mailing list