mirror of https://github.com/CIRCL/AIL-framework
fix: [show domain] avoid overlaping table/image
parent
8a267e2a83
commit
31e3da5e53
|
@ -401,7 +401,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if dict_domain["crawler_history_items"] %}
|
{% if dict_domain["crawler_history_items"] %}
|
||||||
<table class="table table-striped table-bordered table-hover" id="myTable_1">
|
<table class="table table-striped table-bordered table-hover" style="word-break: break-all;" id="myTable_1">
|
||||||
<thead class="thead-dark">
|
<thead class="thead-dark">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Urls</th>
|
<th>Urls</th>
|
||||||
|
@ -469,13 +469,13 @@
|
||||||
<div>{{ dom_history["date"] }}</div>
|
<div>{{ dom_history["date"] }}</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{%endif%}
|
{%endif%}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-xl-6">
|
<div class="col-12 col-xl-6">
|
||||||
{# button usafe if not tag safe <i class="fas fa-exclamation-triangle"></i> #}
|
{# button usafe if not tag safe <i class="fas fa-exclamation-triangle"></i> #}
|
||||||
|
|
Loading…
Reference in New Issue