Merge pull request #3071 from cisagov/rjm/2941-dja-table-headers

#2941: Add a th with text Action for the DJA table rows that have copy buttons - [RJM]
This commit is contained in:
Rachid Mrad 2024-11-20 12:36:07 -05:00 committed by GitHub
commit fc53832c56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

View file

@ -359,7 +359,8 @@ This is using a custom implementation fieldset.html (see admin/fieldset.html)
<table>
<thead>
<tr>
<th colspan="5">Other contact information</th>
<th colspan="4">Other contact information</th>
<th>Action</th>
<tr>
</thead>
<tbody>

View file

@ -9,6 +9,7 @@
<th>Title</th>
<th>Email</th>
<th>Phone</th>
<th>Action</th>
</tr>
</thead>
<tbody>

View file

@ -11,6 +11,7 @@
<th>Email</th>
<th>Phone</th>
<th>Roles</th>
<th>Action</th>
</tr>
</thead>
<tbody>