This commit is contained in:
Rachid Mrad 2024-10-02 16:31:14 -04:00
parent 36007cc693
commit f95fc0bf69
No known key found for this signature in database
2 changed files with 8 additions and 2 deletions

View file

@ -1514,7 +1514,6 @@ class DomainRequestsTable extends LoadTableBase {
} else { } else {
hideElement(exportButton); hideElement(exportButton);
} }
console.log(exportButton);
} }
} }

View file

@ -197,4 +197,11 @@
</div> </div>
</section> </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>