mirror of https://github.com/CIRCL/lookyloo
chg: Make table responsive
parent
1e9c0d2b1d
commit
6fbc6f6ead
|
@ -8,12 +8,14 @@
|
||||||
</br></br>
|
</br></br>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<table class="table" data-toggle="table" data-search="true" data-show-columns="true">
|
<center>
|
||||||
|
<div class="table-responsive">
|
||||||
|
<table id="table" class="table" data-toggle="table" data-search="true" data-show-columns="true">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Page title</th>
|
<th data-field="title" data-width="200">Page title</th>
|
||||||
<th>Initial URL</th>
|
<th data-flield="url" data-width="75">Initial URL</th>
|
||||||
<th>Initial redirects</th>
|
<th data-field="redirects" data-width="75">Initial redirects</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -41,4 +43,6 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
</center>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue