mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
add default ouia-id to paginated tables
This commit is contained in:
parent
b21db2fd31
commit
2672c2ffe3
@ -96,7 +96,10 @@ function PaginatedTable({
|
||||
Content = (
|
||||
<div css="overflow: auto">
|
||||
{hasContentLoading && <LoadingSpinner />}
|
||||
<TableComposable aria-label={dataListLabel} ouiaId={ouiaId}>
|
||||
<TableComposable
|
||||
aria-label={dataListLabel}
|
||||
ouiaId={ouiaId || `paginated-table-${pluralizedItemName}`}
|
||||
>
|
||||
{headerRow}
|
||||
<Tbody>{items.map(renderRow)}</Tbody>
|
||||
</TableComposable>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user