VMware Cloud Community
DeanRavenscroft
Contributor
Contributor

v7.5 - Resource Action Forms. Are there any YAML editing tips to make them work better for you?

The method I use is to capture the Resource Action with vLCM and check it in to gitlab. I can edit the YAML there and push it back to vRA via LCM

For example.

The YAML code for the "Large" text field size (which about 60% of the time isnt big enough) is;

size4

 

If I change that to 

size: 8

 

Then it will fit almost everything I need and still fit on your normal 1080 screen. Note: I cant guarantee support if you do try this!

The issue I have though is that its still very "plain" even after changing the things I know about. Are there any that are less well known changes that would assist in screen real estate use etc? (changing font size would be a great one if its possible)

 

Thanks all.

 

Dean

Reply
0 Kudos
1 Reply
DeanRavenscroft
Contributor
Contributor

note, the formatting went weird.

its supposed to be "size: 4" and "size: 8" (remember the space after the colon, YAML is super picky about formatting)

Reply
0 Kudos