followup: avoid a doc-gen bump, use general QM chapter as onlineHelp

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>
This commit is contained in:
Thomas Lamprecht 2019-12-11 09:01:10 +01:00
parent ab84ee7415
commit 4fe2c21c00

View 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',