Customizing HTML in dashboards

From Eitan Burcat
Revision as of 02:34, 12 July 2015 by Eburcat (talk | contribs) (Created page with "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: customers...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.