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