mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-05 09:12:44 +00:00
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:
parent
ab84ee7415
commit
4fe2c21c00
@ -303,7 +303,7 @@ Ext.define('PVE.qemu.Options', {
|
|||||||
editor: caps.vms['VM.Config.Options'] ? {
|
editor: caps.vms['VM.Config.Options'] ? {
|
||||||
xtype: 'proxmoxWindowEdit',
|
xtype: 'proxmoxWindowEdit',
|
||||||
subject: gettext('VM State storage'),
|
subject: gettext('VM State storage'),
|
||||||
onlineHelp: 'qm_vmstatestorage',
|
onlineHelp: 'chapter_virtual_machines', // FIXME: use 'qm_vmstatestorage' once available
|
||||||
items: {
|
items: {
|
||||||
xtype: 'pveStorageSelector',
|
xtype: 'pveStorageSelector',
|
||||||
storageContent: 'images',
|
storageContent: 'images',
|
||||||
|
Loading…
Reference in New Issue
Block a user