Hello everyone,
I have Node-RED (version 1.2.9) and there is installed Node-RED Dashboard (node-red-dashboard - version 2.28.1).
I want to see main dashboard menu (in the top left corner).
I think I have set everything correctly (more detail in photo) - but menu button is still not visible.
I tried analyze HTML and CSS code in browser and I found this class in CSS:
[ng:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
display: none !important;
}
and more: when I am trying to set (in settings) "Always show side menu" - the side strip is still invisible.
and I see some errors in browser log (more information in photo)
what is wrong?
Thank you very much