feat(destinations): add pagination at top of table

This commit is contained in:
Ethan Nguyen 2021-04-23 23:48:58 -04:00
parent 0b4f03af36
commit 6aa704164c
No known key found for this signature in database
GPG Key ID: B4CA5339AF911920
2 changed files with 12 additions and 0 deletions

View File

@ -27,6 +27,12 @@
</form> </form>
</div> </div>
<div class="row py-3">
<div class="col justify-content-center">
{% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center" %}
</div>
</div>
<div class="table-responsive"> <div class="table-responsive">
<table class="table"> <table class="table">
<thead> <thead>

View File

@ -27,6 +27,12 @@
</form> </form>
</div> </div>
<div class="row py-3">
<div class="col justify-content-center">
{% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center" %}
</div>
</div>
<div class="table-responsive"> <div class="table-responsive">
<table class="table"> <table class="table">
<thead> <thead>