Hi dear Node-RED community,
I have an issue with what I expected to be a rather simple thing. But I was wrong...
I am using a UI_Template to add an image/logo in the title bar, unfortunately it only briefly show once at the deploy/start of Node-RED then it disappears.
[{"id":"7b741b25.ea5a54","type":"ui_template","z":"f2b64df.e00fcb","group":"3ae7912c.4b341e","name":"Logo","order":1,"width":0,"height":0,"format":"<style>\n .md-toolbar-tools{\n background-image: url(\"/img/LogoW.png\");\n background-repeat: no-repeat;\n margin-left: 60px;\n margin-left: 0;\n background-size: 125px 39px;\n background-position: 50px;\n \n }\n .md-toolbar-tools h1{\n text-align: right;\n width: 250px;\n }\n</style>","storeOutMessages":true,"fwdInMessages":true,"templateScope":"global","x":750,"y":220,"wires":[[]]},{"id":"3ae7912c.4b341e","type":"ui_group","z":"","name":"Machine Status","tab":"ba299034.8e80d","order":1,"disp":true,"width":"6","collapse":true},{"id":"ba299034.8e80d","type":"ui_tab","z":"","name":"Overall","icon":"language","order":1}]
I don't know where this strange behavior might be coming from.
Cheers,
Antoine