]> git.proxmox.com Git - pve-manager.git/commitdiff
fix #4455: ui: config panel: add missing onlineHelp mapping for SDN type
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Jan 2023 11:15:24 +0000 (12:15 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Jan 2023 11:15:33 +0000 (12:15 +0100)
Besides adding the correct help mapping this also avoid a successive
null dereference exception.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/panel/ConfigPanel.js

index 51c474078c559fcbb8b3212d74313de4780e8506..94600aa2f5bf60979cd67c7cdbc72666a69b749c 100644 (file)
@@ -181,6 +181,7 @@ Ext.define('PVE.panel.Config', {
                'type/node': 'chapter-sysadmin.html',
                'type/pool': 'chapter-pveum.html#_pools',
                'type/qemu': 'chapter-qm.html',
+               'type/sdn': 'chapter-pvesdn.html',
                'type/storage': 'chapter-pvesm.html',
            };
            me.onlineHelp = typeToOnlineHelp[me.pveSelNode.data.id];