public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Dominik Csapak <d.csapak@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH manager] ui: fix adding hostpci > 5
Date: Fri, 11 Mar 2022 08:45:45 +0100	[thread overview]
Message-ID: <20220311074545.434316-1-d.csapak@proxmox.com> (raw)

by using the limits from PVE.Utils

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 www/manager6/qemu/PCIEdit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/qemu/PCIEdit.js b/www/manager6/qemu/PCIEdit.js
index a38b28ca..2f67aece 100644
--- a/www/manager6/qemu/PCIEdit.js
+++ b/www/manager6/qemu/PCIEdit.js
@@ -40,7 +40,7 @@ Ext.define('PVE.qemu.PCIInputPanel', {
     onGetValues: function(values) {
 	let me = this;
 	if (!me.confid) {
-	    for (let i = 0; i < 5; i++) {
+	    for (let i = 0; i < PVE.Utils.hardware_counts.hostpci; i++) {
 		if (!me.vmconfig['hostpci' + i.toString()]) {
 		    me.confid = 'hostpci' + i.toString();
 		    break;
-- 
2.30.2





             reply	other threads:[~2022-03-11  7:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-11  7:45 Dominik Csapak [this message]
2022-04-25 14:28 ` Dominik Csapak
2022-04-25 16:22 ` [pve-devel] applied: " 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=20220311074545.434316-1-d.csapak@proxmox.com \
    --to=d.csapak@proxmox.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