public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* applied: [PATCH manager] ui: qemu: cd edit: use asynchronous API
@ 2026-09-21 11:18 Fiona Ebner
  0 siblings, 0 replies; only message in thread
From: Fiona Ebner @ 2026-09-21 11:18 UTC (permalink / raw)
  To: pve-devel

Specifying a backgroundDelay aligns the CD edit panel with the panel
for hard drives and makes the input panel use a POST method for the
API request. Like this, there will be a task, so task warnings from
the operation will be visible, which is useful for the backend checks
about problematic virtio-win driver versions. Changing a CD-ROM medium
is also an operation that can take a while, since storage access is
involved and multiple QMP commands are issued.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
 www/manager6/qemu/CDEdit.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/manager6/qemu/CDEdit.js b/www/manager6/qemu/CDEdit.js
index c185de53..22e511a2 100644
--- a/www/manager6/qemu/CDEdit.js
+++ b/www/manager6/qemu/CDEdit.js
@@ -128,6 +128,8 @@ Ext.define('PVE.qemu.CDInputPanel', {
 Ext.define('PVE.qemu.CDEdit', {
     extend: 'Proxmox.window.Edit',
 
+    backgroundDelay: 5,
+
     width: 400,
 
     initComponent: function () {
-- 
2.47.3





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-21 11:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-21 11:18 applied: [PATCH manager] ui: qemu: cd edit: use asynchronous API Fiona Ebner

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