[pve-devel] [PATCH manager 1/2] fix onlineHelp links for diskmanagement
Dominik Csapak
d.csapak at proxmox.com
Tue Aug 7 16:51:10 CEST 2018
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
www/manager6/node/Config.js | 3 +++
www/manager6/node/LVM.js | 2 +-
www/manager6/node/LVMThin.js | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/www/manager6/node/Config.js b/www/manager6/node/Config.js
index 6c4b7f1a..eacee7c1 100644
--- a/www/manager6/node/Config.js
+++ b/www/manager6/node/Config.js
@@ -269,6 +269,7 @@ Ext.define('PVE.node.Config', {
{
title: 'LVM',
itemId: 'lvm',
+ onlineHelp: 'chapter_lvm',
iconCls: 'fa fa-square',
groups: ['storage'],
xtype: 'pveLVMList'
@@ -276,6 +277,7 @@ Ext.define('PVE.node.Config', {
{
title: 'LVM-Thin',
itemId: 'lvmthin',
+ onlineHelp: 'chapter_lvm',
iconCls: 'fa fa-square-o',
groups: ['storage'],
xtype: 'pveLVMThinList'
@@ -283,6 +285,7 @@ Ext.define('PVE.node.Config', {
{
title: Proxmox.Utils.directoryText,
itemId: 'directory',
+ onlineHelp: 'chapter_storage',
iconCls: 'fa fa-folder',
groups: ['storage'],
xtype: 'pveDirectoryList'
diff --git a/www/manager6/node/LVM.js b/www/manager6/node/LVM.js
index 7fc71687..d741b2db 100644
--- a/www/manager6/node/LVM.js
+++ b/www/manager6/node/LVM.js
@@ -6,7 +6,7 @@ Ext.define('PVE.node.CreateLVM', {
showProgress: true,
- onlineHelp: 'chapter_storage',
+ onlineHelp: 'chapter_lvm',
initComponent : function() {
var me = this;
diff --git a/www/manager6/node/LVMThin.js b/www/manager6/node/LVMThin.js
index 5edc8e8f..10f971da 100644
--- a/www/manager6/node/LVMThin.js
+++ b/www/manager6/node/LVMThin.js
@@ -6,7 +6,7 @@ Ext.define('PVE.node.CreateLVMThin', {
showProgress: true,
- onlineHelp: 'chapter_storage',
+ onlineHelp: 'chapter_lvm',
initComponent : function() {
var me = this;
--
2.11.0
More information about the pve-devel
mailing list