Forum Discussion

cvl's avatar
cvl
Icon for Neophyte rankNeophyte
15 days ago

Adding a logo to a dashboard fails?

undefined
  • David_Bond's avatar
    David_Bond
    14 days ago

    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.]