Dashboard layout editor not visible

Hi, I am new to Node-red. I am trying to create Dash Board. But when I select Layout nothing is visible in the Layout editor. Earlier I was able to see & change the layout. Can any one guide me what is wrong? I have already tried with deleting cookies & changing the browsers.

Have you added any dashboard nodes to your flow?

Yes. I have added Buttons, form nodes in the flow.

  • What version of node-red, node.js and the dashboard are you running? (You can get all that information from the startup log)
  • what device are you running on?
  • can you export your flow and attach it o a reply

Hi sorry for late replying. Below is my flow.

[{"id":"9322ad78.95fa9","type":"tab","label":"Flow 8","disabled":false,"info":""},{"id":"d47d5597068b8be6","type":"mui_form","z":"9322ad78.95fa9","name":"","label":"","group":"3facfed6283fd832","order":0,"width":"5","height":"5","options":[{"label":"Login","value":"Login","type":"text","required":true,"rows":null},{"label":"Password","value":"Password","type":"password","required":true,"rows":null}],"formValue":{"Login":"","Password":""},"payload":"","submit":"Submit","cancel":"","topic":"","x":2010,"y":200,"wires":[[]]},{"id":"c923e785fcd40671","type":"mui_dropdown","z":"9322ad78.95fa9","name":"","label":"Select Client:","tooltip":"","place":"Select option","group":"1c4ff94114817beb","order":3,"width":"5","height":"1","passthru":true,"options":[{"label":"","value":"","type":"str"}],"payload":"","topic":"","x":2210,"y":240,"wires":[[]]},{"id":"2073c4415bc5c11e","type":"mui_button","z":"9322ad78.95fa9","name":"","group":"1c4ff94114817beb","order":5,"width":"3","height":"1","passthru":false,"label":"Submit","tooltip":"","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"","x":2350,"y":240,"wires":[[]]},{"id":"a6b4ff4df78855ea","type":"mui_text","z":"9322ad78.95fa9","group":"1c4ff94114817beb","order":1,"width":0,"height":0,"name":"","label":"LED GLOW SIGN BOARD SETTINGS","format":"{{msg.payload}}","layout":"row-spread","x":2280,"y":180,"wires":[]},{"id":"c6ac5bac.e91e38","type":"inject","z":"9322ad78.95fa9","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":"","topic":"","payload":"ON","payloadType":"str","x":1690,"y":420,"wires":[["c89584b2c0271261"]]},{"id":"9d39dfc1.aff32","type":"inject","z":"9322ad78.95fa9","name":"","repeat":"","crontab":"","once":false,"topic":"","payload":"OFF","payloadType":"str","x":1690,"y":500,"wires":[[]]},{"id":"5f9d5fd29721d381","type":"mui_text","z":"9322ad78.95fa9","group":"1c4ff94114817beb","order":5,"width":0,"height":0,"name":"","label":"text","format":"<font color={{msg.payload}} ><i class=\"fa fa-circle\" style=\"font-size:24px;\"></i></font>","layout":"row-spread","x":2030,"y":440,"wires":[]},{"id":"c89584b2c0271261","type":"function","z":"9322ad78.95fa9","name":"","func":"msg.payload = red;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":1860,"y":420,"wires":[["5f9d5fd29721d381"]]},{"id":"bdc371effa33daac","type":"mysql","z":"9322ad78.95fa9","mydb":"d7b247365a6bb716","name":"","x":1530,"y":180,"wires":[[]]},{"id":"53eed8e179ebdb0f","type":"mui_button","z":"9322ad78.95fa9","name":"","group":"1c4ff94114817beb","order":7,"width":0,"height":0,"passthru":false,"label":"button","tooltip":"","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"","x":1410,"y":260,"wires":[[]]},{"id":"79415ef4773efd09","type":"mui_text_input","z":"9322ad78.95fa9","name":"","label":"Client Name","tooltip":"","group":"1c4ff94114817beb","order":6,"width":0,"height":0,"passthru":true,"mode":"text","delay":300,"topic":"","x":1310,"y":200,"wires":[[]]},{"id":"6dec8650721de90a","type":"mui_text_input","z":"9322ad78.95fa9","name":"","label":"Client ID","tooltip":"","group":"1c4ff94114817beb","order":1,"width":0,"height":0,"passthru":true,"mode":"text","delay":300,"topic":"","x":1300,"y":160,"wires":[[]]},{"id":"3facfed6283fd832","type":"mui_group","name":"Login","tab":"ae2b335f3ff050aa","order":1,"disp":false,"width":"6","collapse":false},{"id":"1c4ff94114817beb","type":"mui_group","name":"Glow Shine","tab":"ae2b335f3ff050aa","order":2,"disp":true,"width":"15","collapse":true},{"id":"d7b247365a6bb716","type":"MySQLdatabase","name":"","host":"127.0.0.1","port":"3306","db":"Noclick","tz":""},{"id":"ae2b335f3ff050aa","type":"mui_tab","name":"NoClick","icon":"dashboard","order":1,"disabled":false,"hidden":false}]

I am using Node-RED v2.2.2.
Dashboard: node-red-contrib-mdashboard 2.19.4-beta.
I am running it on my Linux cloud Ubuntu operating system.

How are you trying to access the dashboard, what do you actually type into the browser? If you use something like 192.168.1.45:1008/ui it will not work because you are using node-red-contrib-mdashboard and that uses a different address. Go read the install section which explains the syntax: node-red-contrib-mdashboard (node) - Node-RED

In addition you should note the node hasn’t been updated in over two years and issues should be addressed to the author on the nodes GitHub ‘issues’ page.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.