Introduction:
When complex 'Job Flows' have been setup, keeping this section collapsed, by default, is a desirable behavior.
Question:
When using the 'Quick View' tab in WCC, how can I keep the 'Job Flow' section collapsed by default?
Environment:
CA Workload Control Center r11.4
Answer:
To keep the "Job Flow" section collapsed by default, proceed to follow these steps:
1. UNIX/LINUX go to $CA_WCC_INSTALL_LOCATION/tomcat/webapps/quickview/pages/component/
Windows go to %CA_WCC_INSTALL_LOCATION%\tomcat\webapps\quickview\pages\component\
and modify file flowpanel.xhtml as:
disclosed="#{qvCtx.qvSession.flow.showFlow}"
to
disclosed="false"
2. Restart the WCC services.