mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 15:02:22 +00:00
fix #4455: ui: config panel: add missing onlineHelp mapping for SDN type
Besides adding the correct help mapping this also avoid a successive null dereference exception. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ea5d9c35c8
commit
d5ef2ac832
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user