This href causes issues when running the demo on a target with WebKit's
non-HTTP(S) process swap enabled. When clicking the "collapse" button, the
sidebar collapses, but the page is loaded again due to WebKit's process swap,
and the sidebar reverts back to its original state.
Removing the href fixes this, and the sidebar collapse functionality still
works as expected.
https://onedigi.atlassian.net/browse/DEL-9498
Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This is required so that we can show an overlay black screen over the full application
when an NPU demo is launched.
Signed-off-by: David Escalona <david.escalona@digi.com>
While on it, add a missing entry for the cc93 in the 'network.html' file.
https://onedigi.atlassian.net/browse/CCS-8
Signed-off-by: David Escalona <david.escalona@digi.com>
ConnectCore MP13 DVK was not added to the network page when it was created
(commit 4f9717a2d3)
This commit is similar to 252c3544cb.
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>