]> git.proxmox.com Git - pve-manager.git/commitdiff
followup: avoid a doc-gen bump, use general QM chapter as onlineHelp
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Dec 2019 08:01:10 +0000 (09:01 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Dec 2019 08:01:12 +0000 (09:01 +0100)
doc was just bumped, there's no real content, I don't want to bump it
just for this, so replace with link to QM and a fixme comment

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/qemu/Options.js

index da61a6a8dffd9be3809b1354b49b2786cd9bf383..c7f4d9c3cb450d5564f53e93d027a5fecdc63a5e 100644 (file)
@@ -303,7 +303,7 @@ Ext.define('PVE.qemu.Options', {
                editor: caps.vms['VM.Config.Options'] ? {
                    xtype: 'proxmoxWindowEdit',
                    subject: gettext('VM State storage'),
-                   onlineHelp: 'qm_vmstatestorage',
+                   onlineHelp: 'chapter_virtual_machines', // FIXME: use 'qm_vmstatestorage' once available
                    items: {
                        xtype: 'pveStorageSelector',
                        storageContent: 'images',