https://knowledge.broadcom.com/external/article?articleNumber=390658
Unable to map custom name configuration to a Project in Aria Automation 8.16.2
Issue/Introduction
After recreating a custom naming template, users are unable to select a project or custom naming mapping due to UI restrictions (aria-disabled="true"
).
Environment
VMware Aria Automation 8.16.2
Resolution
- Open your web browser’s developer console (right-click the selection box, select Inspect).
- Locate the dropdown element with
aria-disabled="true"
and remove this attribute. - Re-select the correct naming mapping and the Save button will be re-enabled.
- Save changes and confirm the custom name is applied by provisioning a VM.
Comments
Post a Comment