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:
Thomas Lamprecht 2023-01-10 12:15:24 +01:00
parent ea5d9c35c8
commit d5ef2ac832

View 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];