]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: qemu: fix enabling SSD-emulation
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 15 Nov 2021 16:32:09 +0000 (17:32 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 15 Nov 2021 16:32:21 +0000 (17:32 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/qemu/HDEdit.js

index c6b3bb081017ecc792fbef25a54e4bc87eaed7a6..f5e2472fff10679c318f05e02e825811be654c4e 100644 (file)
@@ -261,7 +261,7 @@ Ext.define('PVE.qemu.HDInputPanel', {
                name: 'ssd',
                clearOnDisable: true,
                bind: {
-                   disabled: '{!isVirtIO}',
+                   disabled: '{isVirtIO}',
                },
            },
            {