Hello,
I’ve configured the a few Global Batch Connect Form Items and use it in all the apps. it works well. The only issue I have is that it ignores the label that I’ve configured for the global item.
global_bc_form_items:
global_resource:
widget: select
label: "Select Compute Resource"
options:
- [ 'Regular Instances', disabled: true ]
- [ 'Regular Small - 2 Cores, 24GB', 'R-S', data-set-global-cores: '2', data-set-global-memory: '24GB', data-set-global-gres: '' ]
When the form is rendered the label for the select is Global Resource and not Select Compute Resource as I expect.
Is this a bug?