public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Gilles Pietri <contact+dev@gilouweb.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH pve-manager] ui: qemu: add the none audio driver as an option
Date: Thu,  7 Jan 2021 18:02:44 +0100	[thread overview]
Message-ID: <20210107170244.168204-3-contact+dev@gilouweb.com> (raw)
In-Reply-To: <20210107170244.168204-1-contact+dev@gilouweb.com>

Signed-off-by: Gilles Pietri <contact+dev@gilouweb.com>
---
 www/manager6/qemu/AudioEdit.js | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/www/manager6/qemu/AudioEdit.js b/www/manager6/qemu/AudioEdit.js
index 804e5a7a..4d039adf 100644
--- a/www/manager6/qemu/AudioEdit.js
+++ b/www/manager6/qemu/AudioEdit.js
@@ -29,10 +29,14 @@ Ext.define('PVE.qemu.AudioInputPanel', {
 	]
     }, {
 	name: 'driver',
-	xtype: 'displayfield',
+	xtype: 'proxmoxKVComboBox',
 	value: 'spice',
 	submitValue: true,
 	fieldLabel: gettext('Backend Driver'),
+	comboItems: [
+	    ['spice', 'spice'],
+	    ['none', 'none'],
+	]
     }]
 });
 
-- 
2.30.0




  parent reply	other threads:[~2021-01-07 17:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-07 17:02 [pve-devel] [PATCH-SERIES] add none audio backend Gilles Pietri
2021-01-07 17:02 ` [pve-devel] [PATCH qemu-server] audio: add the " Gilles Pietri
2021-01-07 17:02 ` Gilles Pietri [this message]
2021-01-08 12:29 ` [pve-devel] [PATCH-SERIES] add " Aaron Lauterer
2021-01-12 12:10 ` [pve-devel] applied-series: " Thomas Lamprecht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210107170244.168204-3-contact+dev@gilouweb.com \
    --to=contact+dev@gilouweb.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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