cvl Neophyte
Neophyte
12 months agoAdding a logo to a dashboard fails?
undefined
- Mike_Moniz is right that this is probably CORS. - There is an alternative approach - include the logo itself in the markup (works if the logo is small). Here's how to do that... - In an ideal world, the logo is SVG, and you can just include the logo in the markup: - If your logo is an image, you can convert it to Base64-encoded and include that with a regular <img src=>: - [Remember to ignore the fact that LogicMonitor STILL have an insecure version of CKEditor in use - facepalm.] 
