mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-14 15:05:14 +02:00
cleanup
This commit is contained in:
parent
36007cc693
commit
f95fc0bf69
2 changed files with 8 additions and 2 deletions
|
@ -1514,7 +1514,6 @@ class DomainRequestsTable extends LoadTableBase {
|
|||
} else {
|
||||
hideElement(exportButton);
|
||||
}
|
||||
console.log(exportButton);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -197,4 +197,11 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<nav aria-label="Pagination" class="usa-pagination flex-justify" id="domain
|
||||
<nav aria-label="Pagination" class="usa-pagination flex-justify" id="domain-requests-pagination">
|
||||
<span class="usa-pagination__counter text-base-dark padding-left-2 margin-bottom-1">
|
||||
<!-- Count will be dynamically populated by JS -->
|
||||
</span>
|
||||
<ul class="usa-pagination__list">
|
||||
<!-- Pagination links will be dynamically populated by JS -->
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue