VMware Aria Automation Tools

 View Only
  • 1.  Aria Automation - Change size of dual list

    Posted Oct 12, 2024 06:42 AM

    Hi everyone,

    I have made a workflow that used a dual list. 

    In orchestrator the field are bigger as in the Service Broker.

    How can i change the size of the dual list in the Service Broker?

    Orchestrator:

    Service Broker:
    I know you can add a custom CSS, but, what do i add exactly in the custom CSS?
    Stefan


  • 2.  RE: Aria Automation - Change size of dual list
    Best Answer

    Posted Oct 14, 2024 01:06 AM

    Hi,

    you can add the following (try changing the value if needed):

    cf-dual-list#{{id}} select {
        width: auto;
        min-width: 140px;
        font-size: smaller;
    }
    cf-dual-list#{{id}} div.dual-list {
        min-width: 400px;
    }

    Where {{id}} is the name of your field in the CustomForm editor.

    BTW, if needed, you can change the auto-generated name for the fields you add to the CustomForm by exporting it, edit the file and do search-replace and then re-import the file.




  • 3.  RE: Aria Automation - Change size of dual list

    Posted Oct 14, 2024 03:10 AM

    Thanks, that is what i looking for! 




  • 4.  RE: Aria Automation - Change size of dual list

    Posted Oct 14, 2024 01:22 PM

    Use 'cutom form' to edit size, font,....etc' in your blueprint form.

    For CSS HTML, starting from vRA 8.x you can't use your own, you can just use "vRA Branding" to modify simple things regarding your company logo, color.



    ------------------------------
    Tarek Nader
    www.linkedin.com/in/tnader-70853361
    ------------------------------



  • 5.  RE: Aria Automation - Change size of dual list

    Posted Oct 15, 2024 01:26 AM

    @tarek_nader

    If you can provide us screenshots or documentation link about the size/font editing in CustomForm I'll be very grateful because I don't know where to find those options in CustomForms edition, even if I'm working with vRA for years now.

    And, regarding you, for CSS that is not available anymore from vRA 8.x, I may not understand why there are options in CustomForms edition to "Import/Export/Remove CSS", and this is available since vRA8.x is available. So I have to say I don't understand why you said that ? 🤨