mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 22:29:33 +00:00
ui: CephFS: fix onlineHelp buttons
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
43c2788bf5
commit
e8c0ec034b
@ -4,7 +4,7 @@ Ext.define('PVE.CephCreateFS', {
|
|||||||
alias: 'widget.pveCephCreateFS',
|
alias: 'widget.pveCephCreateFS',
|
||||||
|
|
||||||
showTaskViewer: true,
|
showTaskViewer: true,
|
||||||
//onlineHelp: 'pve_ceph_fs',
|
onlineHelp: 'pveceph_fs_create',
|
||||||
|
|
||||||
subject: 'Ceph FS',
|
subject: 'Ceph FS',
|
||||||
isCreate: true,
|
isCreate: true,
|
||||||
@ -69,7 +69,7 @@ Ext.define('PVE.CephCreateMDS', {
|
|||||||
alias: 'widget.pveCephCreateMDS',
|
alias: 'widget.pveCephCreateMDS',
|
||||||
|
|
||||||
showProgress: true,
|
showProgress: true,
|
||||||
//onlineHelp: 'pve_ceph_mds',
|
onlineHelp: 'pveceph_fs_mds',
|
||||||
|
|
||||||
subject: 'Ceph MDS',
|
subject: 'Ceph MDS',
|
||||||
isCreate: true,
|
isCreate: true,
|
||||||
@ -115,7 +115,7 @@ Ext.define('PVE.NodeCephFSPanel', {
|
|||||||
mixins: ['Proxmox.Mixin.CBind'],
|
mixins: ['Proxmox.Mixin.CBind'],
|
||||||
|
|
||||||
title: gettext('CephFS'),
|
title: gettext('CephFS'),
|
||||||
onlineHelp: 'chapter_pvecm',
|
onlineHelp: 'pveceph_fs',
|
||||||
|
|
||||||
border: false,
|
border: false,
|
||||||
defaults: {
|
defaults: {
|
||||||
|
Loading…
Reference in New Issue
Block a user