]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: qemu disk edit: fix typo in view model variable name
authorMatthias Heiserer <m.heiserer@proxmox.com>
Fri, 27 May 2022 11:48:06 +0000 (13:48 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 28 May 2022 07:15:13 +0000 (09:15 +0200)
Worked before because we always set the correct one manually in the
view controllers init and scsi-controller change handler.

Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
 [ T: added actual subject and reworded commit message ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/qemu/HDEdit.js

index c643ee73289c703c697953eeb83822e5b8037054..4e4d6aac2405006f06f3a92b8f87f85765d9185b 100644 (file)
@@ -12,7 +12,7 @@ Ext.define('PVE.qemu.HDInputPanel', {
 
     viewModel: {
        data: {
-           isScsi: false,
+           isSCSI: false,
            isVirtIO: false,
        },
     },