WebUI Gateway Timeout when onboarding multiple NetConf devices at the same time
When multiple Netconf devices are onboarded at the same time, the WebUI crashes due to internal per-request timeout. Ideas:
- Onboard the devices in separate threads.
- Consider onboarding them assynchronously and reply immediately. This requires adding a new "Events" section in the WebUI and dump the events there with WebSocket.