Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: marmota on June 25, 2020, 01:45:29 PM

Title: Customize WWE view
Post by: marmota on June 25, 2020, 01:45:29 PM
Hi all!

We'd like to customize disposition code view at WWE - make the list bigger. By default, it is set to 200 px.
We found the css class needed - it is set at saas-all.css at .jar that is responsible for WWE display.

[code].wwe .wwe-disposition-tree-container .full-disposition-tree
{
max-height: 200px;
...
}[/code]

The question is: is it normal (regarding architecture) to change css style in compiled .jar file? I mean we have to open .jar, to change .css, then to compile it back and replace old .jar at GWS. It seems not the best approach... Have anyone tried this?