ui: CephFS: fix onlineHelp buttons
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
fbb1554ef8
commit
253c3e4f12
@ -4,7 +4,7 @@ Ext.define('PVE.CephCreateFS', {
|
||||
alias: 'widget.pveCephCreateFS',
|
||||
|
||||
showTaskViewer: true,
|
||||
//onlineHelp: 'pve_ceph_fs',
|
||||
onlineHelp: 'pveceph_fs_create',
|
||||
|
||||
subject: 'Ceph FS',
|
||||
isCreate: true,
|
||||
@ -69,7 +69,7 @@ Ext.define('PVE.CephCreateMDS', {
|
||||
alias: 'widget.pveCephCreateMDS',
|
||||
|
||||
showProgress: true,
|
||||
//onlineHelp: 'pve_ceph_mds',
|
||||
onlineHelp: 'pveceph_fs_mds',
|
||||
|
||||
subject: 'Ceph MDS',
|
||||
isCreate: true,
|
||||
@ -115,7 +115,7 @@ Ext.define('PVE.NodeCephFSPanel', {
|
||||
mixins: ['Proxmox.Mixin.CBind'],
|
||||
|
||||
title: gettext('CephFS'),
|
||||
onlineHelp: 'chapter_pvecm',
|
||||
onlineHelp: 'pveceph_fs',
|
||||
|
||||
border: false,
|
||||
defaults: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user