From: Dominik Csapak <d.csapak@proxmox.com>
To: Elias Huhsovitz <e.huhsovitz@proxmox.com>, pve-devel@lists.proxmox.com
Subject: Re: [PATCH manager v2 3/3] fix #6211: ui: vm: options: update amd-sev and intel-tdx help links
Date: Thu, 16 Jul 2026 11:15:39 +0200 [thread overview]
Message-ID: <a4c9d4fe-5c5f-46e8-ae38-079d5fc0fdb5@proxmox.com> (raw)
In-Reply-To: <20260713111934.134128-4-e.huhsovitz@proxmox.com>
Reviewed-by: Dominik Csapak <d.csapak@proxmox.com>
On 7/13/26 1:20 PM, Elias Huhsovitz wrote:
> The help buttons in the AMD SEV and Intel TDX dialos were pointing to
> the general memory documentation.
> Update the links to use the correct documentation anchors
>
> Signed-off-by: Elias Huhsovitz <e.huhsovitz@proxmox.com>
> ---
> www/manager6/qemu/SevEdit.js | 2 +-
> www/manager6/qemu/TdxEdit.js | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/www/manager6/qemu/SevEdit.js b/www/manager6/qemu/SevEdit.js
> index 44db34bd..c308b3ab 100644
> --- a/www/manager6/qemu/SevEdit.js
> +++ b/www/manager6/qemu/SevEdit.js
> @@ -2,7 +2,7 @@ Ext.define('PVE.qemu.SevInputPanel', {
> extend: 'Proxmox.panel.InputPanel',
> xtype: 'pveSevInputPanel',
>
> - onlineHelp: 'qm_memory', // TODO: change to 'qm_memory_encryption' one available
> + onlineHelp: 'qm_memory_encryption_sev',
>
> viewModel: {
> data: {
> diff --git a/www/manager6/qemu/TdxEdit.js b/www/manager6/qemu/TdxEdit.js
> index c1f990a9..38948a6c 100644
> --- a/www/manager6/qemu/TdxEdit.js
> +++ b/www/manager6/qemu/TdxEdit.js
> @@ -2,7 +2,7 @@ Ext.define('PVE.qemu.TdxInputPanel', {
> extend: 'Proxmox.panel.InputPanel',
> xtype: 'pveTdxInputPanel',
>
> - onlineHelp: 'qm_memory', // TODO: change to 'qm_memory_encryption' one available
> + onlineHelp: 'qm_memory_encryption_tdx',
>
> viewModel: {
> data: {
prev parent reply other threads:[~2026-07-16 9:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-13 11:19 [PATCH docs/manager v2 0/3] ui: docs: add reference to vm options protection/IDX/SEV Elias Huhsovitz
2026-07-13 11:19 ` [PATCH docs v2 1/3] qm_memory: update dead links in qm_memory_encryption_sev section on AMD SEV Elias Huhsovitz
2026-07-16 9:15 ` Dominik Csapak
2026-07-13 11:19 ` [PATCH docs v2 2/3] qm_memory: expand qm_memory_encryption documentation to include Intel TDX Elias Huhsovitz
2026-07-16 9:15 ` Dominik Csapak
2026-07-13 11:19 ` [PATCH manager v2 3/3] fix #6211: ui: vm: options: update amd-sev and intel-tdx help links Elias Huhsovitz
2026-07-16 9:15 ` Dominik Csapak [this message]
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=a4c9d4fe-5c5f-46e8-ae38-079d5fc0fdb5@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=e.huhsovitz@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