mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
chg: [UI crawler, show_domain] domain history: remove target blank
This commit is contained in:
parent
e1bf59aded
commit
fbeac2340d
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@
|
|||
{% for epoch_item in domain_history %}
|
||||
<tr>
|
||||
<td class="{% if epoch_item[0]==epoch %}text-dark table-info{% endif %}">
|
||||
<a target="_blank" href="{{ url_for('hiddenServices.show_domain') }}?domain={{domain}}&port={{port}}&epoch={{epoch_item[0]}}" class="text-secondary">
|
||||
<a href="{{ url_for('hiddenServices.show_domain') }}?domain={{domain}}&port={{port}}&epoch={{epoch_item[0]}}" class="text-secondary">
|
||||
<div class="d-flex justify-content-around" style="line-height:0.9;">
|
||||
<div>{{domain}}</div>
|
||||
{% if epoch_item[2] %}
|
||||
|
|
Loading…
Reference in a new issue