Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

  • Layout and javascript errors

    Posted by japskar on May 7, 2010 at 01:15

    I noticed several issues with the dashboard layout (escpecially with group view) and graphs not showing. In my case this was caused by setting the “Compact CSS and JS into header” in the setup.
    Unfortunately, once activated, you can’t reverse the change using the setup screen.

    I managed to turn it off by running this MySQL Query:

    UPDATE tconfig SET VALUE=0 WHERE TOKEN=’compact_header’;

    -Cheers

    Sancho replied 14 years, 8 months ago 2 Members · 1 Reply
  • 1 Reply
  • Sancho

    Administrator
    May 8, 2010 at 16:19
    2229 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    That was a reported bug, I’m going to add to our bug description the possibility to “hide” that option in the setup to avoid problems like that.

    Thanks for reporting.