From 98246fb7ea9ea7eee8398e2381a69eb26cc069e0 Mon Sep 17 00:00:00 2001 From: Daniel Tschlatscher Date: Fri, 4 Nov 2022 10:18:47 +0100 Subject: [PATCH] gui: fix firewall security group help button chapter link The help button under Datacenter > Firewall > Security Group did not have the proper help chapter link set. First reported here: https://forum.proxmox.com/threads/broken-help-link-in-proxmox-gui.117503/ Signed-off-by: Daniel Tschlatscher --- www/manager6/dc/SecurityGroups.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/manager6/dc/SecurityGroups.js b/www/manager6/dc/SecurityGroups.js index 5fb6860d..26172bf3 100644 --- a/www/manager6/dc/SecurityGroups.js +++ b/www/manager6/dc/SecurityGroups.js @@ -199,6 +199,7 @@ Ext.define('PVE.SecurityGroups', { alias: 'widget.pveSecurityGroups', title: 'Security Groups', + onlineHelp: 'pve_firewall_security_groups', layout: 'border',