From d9d962999bca9c7c8d91585e52ca70308d11101c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 15 Nov 2021 17:32:09 +0100 Subject: [PATCH] ui: qemu: fix enabling SSD-emulation Signed-off-by: Thomas Lamprecht --- 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 c6b3bb08..f5e2472f 100644 --- a/www/manager6/qemu/HDEdit.js +++ b/www/manager6/qemu/HDEdit.js @@ -261,7 +261,7 @@ Ext.define('PVE.qemu.HDInputPanel', { name: 'ssd', clearOnDisable: true, bind: { - disabled: '{!isVirtIO}', + disabled: '{isVirtIO}', }, }, { -- 2.39.2