Hello,
[info] Node-RED version: v1.0.4
[info] Node.js version: v10.15.3
[info] Windows_NT 10.0.17763 x64 LE
[info] Dashboard version 2.19.4 started at /ui
Node-red-dashboard is a fantastic tool to quickly develop GUIs.
I want to use the GUI pages created with node-red-dashboard to include them in an application developed in Angular.
So I need to be able to access each of the tabs on my dashboard from the IP address of each tab.
Before, when I wanted to access the first tab, I had to type :
Some time ago, maybe two years ago, it worked and took me straight to the first tab. But now it does not seem to work anymore. Instead, the addresse is reformated to something like :
Then I have to press enter one more time to access the tab. When I finally reach the tab, the address seems to be reformated once again to something like :
This manual workflow is impossible to implement in our application.
Do you know a trick that would allow me to access the individual tabs like I did before ?
Thanks