* [pve-devel] [PATCH pve-manager] fix #6443: ui: Improve onlineHelp for VM State storage
@ 2025-10-31 12:35 Robert Obkircher
  2025-10-31 16:14 ` Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Obkircher @ 2025-10-31 12:35 UTC (permalink / raw)
  To: pve-devel
Signed-off-by: Robert Obkircher <r.obkircher@proxmox.com>
---
 www/manager6/qemu/Options.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/qemu/Options.js b/www/manager6/qemu/Options.js
index 6fe96fe2..bfa39c76 100644
--- a/www/manager6/qemu/Options.js
+++ b/www/manager6/qemu/Options.js
@@ -352,7 +352,7 @@ Ext.define('PVE.qemu.Options', {
                     ? {
                           xtype: 'proxmoxWindowEdit',
                           subject: gettext('VM State storage'),
-                          onlineHelp: 'chapter_virtual_machines', // FIXME: use 'qm_vmstatestorage' once available
+                          onlineHelp: 'qm_vmstatestorage',
                           width: 350,
                           items: {
                               xtype: 'pveStorageSelector',
-- 
2.47.3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply	[flat|nested] 2+ messages in thread
* Re: [pve-devel] [PATCH pve-manager] fix #6443: ui: Improve onlineHelp for VM State storage
  2025-10-31 12:35 [pve-devel] [PATCH pve-manager] fix #6443: ui: Improve onlineHelp for VM State storage Robert Obkircher
@ 2025-10-31 16:14 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-10-31 16:14 UTC (permalink / raw)
  To: Proxmox VE development discussion, Robert Obkircher
Thanks for your patch, changewise it looks OK, but having more context is
always really nice for others, here it would be great to mention the pve-docs
version that the reference became available.
And note that this pve-docs version effectively is then also a build-requirement,
so you might need to increase the versioned build-dependency for pve-docs in the
debian/control file, at least if that isn't already requiring a higher version
there, with that the build will then fail early and not only later.
Am 31.10.25 um 13:36 schrieb Robert Obkircher:
> Signed-off-by: Robert Obkircher <r.obkircher@proxmox.com>
> ---
>  www/manager6/qemu/Options.js | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/www/manager6/qemu/Options.js b/www/manager6/qemu/Options.js
> index 6fe96fe2..bfa39c76 100644
> --- a/www/manager6/qemu/Options.js
> +++ b/www/manager6/qemu/Options.js
> @@ -352,7 +352,7 @@ Ext.define('PVE.qemu.Options', {
>                      ? {
>                            xtype: 'proxmoxWindowEdit',
>                            subject: gettext('VM State storage'),
> -                          onlineHelp: 'chapter_virtual_machines', // FIXME: use 'qm_vmstatestorage' once available
> +                          onlineHelp: 'qm_vmstatestorage',
>                            width: 350,
>                            items: {
>                                xtype: 'pveStorageSelector',
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply	[flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-31 16:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-31 12:35 [pve-devel] [PATCH pve-manager] fix #6443: ui: Improve onlineHelp for VM State storage Robert Obkircher
2025-10-31 16:14 ` Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.