Customizing HTML in dashboards

From Eitan Burcat
Jump to navigation Jump to search

https://www.paessler.com/support/kb/prtg7/branding_and_customizing_prtg_web_interface_using_css

  • Find under PRTG the webroot/css directory.
  • Create a file called: customerstyles.css. Lines added to this .css file are added to the prtg.css file that is downloaded from the server when a dashboard loads.
  • Using Chrome's inspector, find the relevant ID and class.
  • Create in customerstyles.css a selector for the element, and customize it. An "important" attribute may be needed.