Signed-off-by: Alwin Antreich <[email protected]>
---
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
_______________________________________________
pve-devel mailing list
[email protected]
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel