The RGB HEX color code still shows up from the "Connection color" of AWI
search cancel

The RGB HEX color code still shows up from the "Connection color" of AWI

book

Article ID: 389686

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

The RGB HEX color code still shows up from the "Connection color" of AWI instead of just the name of the color. 

Ex. Adding the HEX code #2596BE  within the colors.properties of the AWI should show the text BlueGreen.


session.colors = #BF2F1F, #E76456, #E88E35, #D6246E, #8953B0, #4E61C2, #0A786F, #6BC84C, #736D00, #E1D828, #867C6D, #2596BE;

 

However, it's still showing as a HEX code int he dropdown menu.


Environment

Product: CA Automic Workload Automation - Automic Web Interfacecancel

Cause

Configuration

Resolution

Put the name of the color beside the RBG HEX code. For example.
 
 
session.colors = #BF2F1F, #E76456, #E88E35, #D6246E, #8953B0, #4E61C2, #0A786F, #6BC84C, #736D00, #E1D828, #867C6D, #2596BE - BlueGreen;