mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
fix a11y id issues in team list and jt form
This commit is contained in:
parent
77f2729a76
commit
e32471adbd
@ -31,7 +31,7 @@ function TeamListItem({ team, isSelected, onSelect, detailUrl, rowIndex }) {
|
||||
dataLabel={t`Selected`}
|
||||
/>
|
||||
<Td id={labelId} dataLabel={t`Name`}>
|
||||
<Link id={labelId} to={`${detailUrl}`}>
|
||||
<Link to={`${detailUrl}`}>
|
||||
<b>{team.name}</b>
|
||||
</Link>
|
||||
</Td>
|
||||
|
||||
@ -266,7 +266,7 @@ function JobTemplateForm({
|
||||
/>
|
||||
</FieldWithPrompt>
|
||||
<FormGroup
|
||||
fieldId="inventory-lookup"
|
||||
fieldId="template-inventory"
|
||||
validated={
|
||||
!(inventoryMeta.touched || askInventoryOnLaunchField.value) ||
|
||||
!inventoryMeta.error
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user