AutoSys Workload Automation

 View Only
  • 1.  Autosys wcc: how to edit title on the webpage?

    Posted Apr 19, 2018 02:18 AM

    I would like to edit title name @ WCC from CA Workload Automation AE

    to CA Workload Automation AE PRODUCTION

     

    I just dont want any user to confuse prod and test environments.

    I was searching through all tomcat directories, but I couldn't find any trace.

     

    Could you please tell me where should I edit these title names?

     

    Thanks.



  • 2.  Re: Autosys wcc: how to edit title on the webpage?

    Posted Apr 22, 2018 11:51 PM

    Hi Michal,

     

    What version of WCC, please?

    In WCC 11.4.x, you can edit the Login.html and Launcher.html files in %CA_WCC_INSTALL_LOCATION%\tomcat\webapps\wcc path and change the

        <title>CA Workload Automation</title>

     to:   

       <title>CA Workload Automation AE PRODUCTION</title>

     

    Hope this helps!

     

    Cheers,

    Chandru



  • 3.  Re: Autosys wcc: how to edit title on the webpage?
    Best Answer

    Posted Apr 23, 2018 03:31 AM

    Actually title doesn't change it - I want to add text on the rightside of the logo.

    I was able to do that by editing CSS fiile.

    /opt/CA/WorkloadCC/tomcat/webapps/wcc/launcher/ca/css/ca-all.css

     

    I added:

     

    .ca-header-product-name:after {

       content: " - PRODUCTION";

    }

     

    the result is:

    CA Workload Automation AE - PRODUCTION



  • 4.  Re: Autosys wcc: how to edit title on the webpage?

    Posted Apr 23, 2018 03:43 AM

    You're on 11.3.5/11.3.6? the ca-all.css file from those versions...

    please review this KB:

    How to Modify the UWCC Color Scheme - CA Knowledge