[pve-devel] [PATCH manager] ui: metrics: Link help button to correct chapter

Dominic Jäger d.jaeger at proxmox.com
Wed Nov 25 11:29:24 CET 2020


... instead of generic PVE admin guide.

Signed-off-by: Dominic Jäger <d.jaeger at proxmox.com>
---
 www/manager6/dc/Config.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/dc/Config.js b/www/manager6/dc/Config.js
index 2fdba743..92b94afc 100644
--- a/www/manager6/dc/Config.js
+++ b/www/manager6/dc/Config.js
@@ -236,6 +236,7 @@ Ext.define('PVE.dc.Config', {
 		title: gettext('Metric Server'),
 		iconCls: 'fa fa-bar-chart',
 		itemId: 'metricservers',
+		onlineHelp: 'external_metric_server',
 	    },
 	    {
 		xtype: 'pveDcSupport',
-- 
2.20.1





More information about the pve-devel mailing list