mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-22 09:11:04 +02:00
Update table-edit-member-domains.js
This commit is contained in:
parent
66d38441c1
commit
f83628972b
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,7 @@ export class EditMemberDomainsTable extends BaseTable {
|
||||||
}
|
}
|
||||||
|
|
||||||
row.innerHTML = `
|
row.innerHTML = `
|
||||||
<th scope="row" role="rowheader" aria-label="Checkbox for ${domain.name}" data-label="Selection" data-sort-value="0" class="padding-right-105">
|
<th scope="row" role="rowheader" data-label="Selection" data-sort-value="0" class="padding-right-105">
|
||||||
<div class="usa-checkbox">
|
<div class="usa-checkbox">
|
||||||
<input
|
<input
|
||||||
class="usa-checkbox__input"
|
class="usa-checkbox__input"
|
||||||
|
@ -112,6 +112,7 @@ export class EditMemberDomainsTable extends BaseTable {
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
name="${domain.name}"
|
name="${domain.name}"
|
||||||
value="${domain.id}"
|
value="${domain.id}"
|
||||||
|
aria-label="${domain.name}"
|
||||||
${checked ? 'checked' : ''}
|
${checked ? 'checked' : ''}
|
||||||
${disabled ? 'disabled' : ''}
|
${disabled ? 'disabled' : ''}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue