Use Bootstrap's table for table search page

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2020-11-30 23:24:39 -03:00
parent a86b8622ba
commit 2d7678d4b2
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8

View File

@ -28,9 +28,9 @@
<legend>
{% trans 'Do a "query by example" (wildcard: "%")' %}
</legend>
<div class="responsivetable jsresponsive">
<table class="pma-table data">
<thead>
<div class="table-responsive-md jsresponsive">
<table class="table table-light table-striped table-hover table-sm">
<thead class="thead-light">
<tr>
{% if geom_column_flag %}
<th>{% trans 'Function' %}</th>