]> git.proxmox.com Git - pve-manager.git/commitdiff
gui: fix firewall security group help button chapter link
authorDaniel Tschlatscher <d.tschlatscher@proxmox.com>
Fri, 4 Nov 2022 09:18:47 +0000 (10:18 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 4 Nov 2022 09:32:44 +0000 (10:32 +0100)
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 <d.tschlatscher@proxmox.com>
www/manager6/dc/SecurityGroups.js

index 5fb6860d5eb4460a2b6aea8811ad7a9b2faea1c7..26172bf359670b1f0664848633a32ecc5e96e048 100644 (file)
@@ -199,6 +199,7 @@ Ext.define('PVE.SecurityGroups', {
     alias: 'widget.pveSecurityGroups',
 
     title: 'Security Groups',
+    onlineHelp: 'pve_firewall_security_groups',
 
     layout: 'border',