I was using the Dashboard layout editor (only my 2nd time) and 2 things happened; i) the layout manager placed a ton (like 25) of unnecessary spacer 1x1 in the layout (as shown in debug), so I removed them (actual UI layout is still fine) and; ii) I keep getting the following notice every time I deploy. I have looked (I believe) everywhere (debug layout) and I cannot find these errant spacers that keep driving the notice.
dceejay, any suggestions on how best to track this down?
I faced the same problem after I updated to Node-RED 2.2.0. Each time I deployed I got the warning that I had 403 nodes not properly configured. I found out that the problem was with the ui_spacer nodes. I got 187 ui_spacer configuration nodes within a flow that dont even use dashboard nodes. After I disabled all 403 ui_spacer nodes problem was gone.
Question:
Is there a way to delete all these 403 ui_spacer nodes without doubleclick everyone of them in the sidebar and delete them from there?