Previous Topic: Dashboards

Next Topic: Update Virtual Directory References in iConsole Bookmarks

Color Coding for Incident Rate By Policy Report

You can optionally configure the iConsole to color-code the results table of this report. But in the current CA DLP release, the stylesheet branded.css has been modified.

Verify that the color-coding gets correctly applied in this report when you upgrade your iConsole, edit branded.css.

To edit the branded.css stylesheet:

  1. Log on to the iConsole front-end server.
  2. Browse to the \web\styles subfolder of the CA DLP installation folder.
  3. Delete the following styles from the branded.css stylesheet:
    .LowValue {background-color: #FFFFFF;}
    
    .LowMediumValue {background-color: #FFFF99;}
    
    .MediumValue {background-color: #FFCC99;}
    
    .MediumHighValue {background-color: #FF7777;}
    
    .HighValue {background-color: #FF7777;}
    
  4. Add the following styles:
    .LowValue {background-color: #FFFFFF!important;}
    
    .LowMediumValue {background-color: #FFFF99!important;}
    
    .MediumValue {background-color: #FFCC99!important;}
    
    .MediumHighValue {background-color: #FF7777!important;}
    
    .HighValue {background-color: #FF7777!important;}