[pve-devel] [PATCH v4 manager 1/3] fix typo

Matthias Heiserer m.heiserer at proxmox.com
Fri May 27 13:48:06 CEST 2022


Worked before because if SCSI should be a value, that's set in init.
isScsi is never used.

Signed-off-by: Matthias Heiserer <m.heiserer at proxmox.com>
---

Changes from v3:
New patch

 www/manager6/qemu/HDEdit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/qemu/HDEdit.js b/www/manager6/qemu/HDEdit.js
index c643ee73..4e4d6aac 100644
--- a/www/manager6/qemu/HDEdit.js
+++ b/www/manager6/qemu/HDEdit.js
@@ -12,7 +12,7 @@ Ext.define('PVE.qemu.HDInputPanel', {
 
     viewModel: {
 	data: {
-	    isScsi: false,
+	    isSCSI: false,
 	    isVirtIO: false,
 	},
     },
-- 
2.30.2






More information about the pve-devel mailing list