" /> Customize WWE view - Genesys CTI User Forum

Author Topic: Customize WWE view  (Read 1265 times)

Offline marmota

  • Jr. Member
  • **
  • Posts: 60
  • Karma: 0
Customize WWE view
« on: June 25, 2020, 01:45:29 PM »
Advertisement
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?