add missing onlineHelp links
for: * dc/Cluster * node/Certificates * qemu/CloudInit Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
e6c617758c
commit
474758b9d1
@ -25,6 +25,7 @@ Ext.define('PVE.ClusterAdministration', {
|
||||
xtype: 'pveClusterAdministration',
|
||||
|
||||
title: gettext('Cluster Administration'),
|
||||
onlineHelp: 'chapter_pvecm',
|
||||
|
||||
border: false,
|
||||
defaults: { border: false },
|
||||
|
@ -2,6 +2,8 @@ Ext.define('PVE.node.CertificateView', {
|
||||
extend: 'Ext.container.Container',
|
||||
xtype: 'pveCertificatesView',
|
||||
|
||||
onlineHelp: 'sysadmin_certificate_management',
|
||||
|
||||
mixins: ['Proxmox.Mixin.CBind' ],
|
||||
|
||||
items: [
|
||||
|
@ -2,6 +2,8 @@ Ext.define('PVE.qemu.CloudInit', {
|
||||
extend: 'Proxmox.grid.PendingObjectGrid',
|
||||
xtype: 'pveCiPanel',
|
||||
|
||||
onlineHelp: 'qm_cloud_init',
|
||||
|
||||
tbar: [
|
||||
{
|
||||
xtype: 'proxmoxButton',
|
||||
|
Loading…
x
Reference in New Issue
Block a user