public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH v4 manager 1/3] fix typo
@ 2022-05-27 11:48 Matthias Heiserer
  2022-05-27 11:48 ` [pve-devel] [PATCH v4 qemu-server 1/2] bump pve-common Matthias Heiserer
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Matthias Heiserer @ 2022-05-27 11:48 UTC (permalink / raw)
  To: pve-devel

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@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





^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-06-13  9:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-27 11:48 [pve-devel] [PATCH v4 manager 1/3] fix typo Matthias Heiserer
2022-05-27 11:48 ` [pve-devel] [PATCH v4 qemu-server 1/2] bump pve-common Matthias Heiserer
2022-05-28  7:09   ` Thomas Lamprecht
2022-05-27 11:48 ` [pve-devel] [PATCH v4 manager] HDEdit: check iothread by default and move it from advanced section Matthias Heiserer
2022-06-10  9:20   ` Fabian Ebner
2022-06-13  9:59     ` Matthias Heiserer
2022-05-27 11:48 ` [pve-devel] [PATCH v4 qemu-server 2/2] fix #3890: warn in GUI for unlikely iothread config Matthias Heiserer
2022-06-10  9:20   ` Fabian Ebner
2022-05-27 11:48 ` [pve-devel] [PATCH v4 manager 3/3] OS defaults: use SCSI single as default controller Matthias Heiserer
2022-06-10  9:20   ` Fabian Ebner
2022-05-28  7:19 ` [pve-devel] applied: [PATCH v4 manager 1/3] fix typo Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal