mirror of https://github.com/CIRCL/AIL-framework
fix: [tracker objs filter] fix title icon
parent
f44c5509da
commit
46c721590d
|
@ -134,7 +134,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="custom-control custom-switch mt-1">
|
<div class="custom-control custom-switch mt-1">
|
||||||
<input class="custom-control-input" type="checkbox" name="title_obj" id="title_obj" checked="">
|
<input class="custom-control-input" type="checkbox" name="title_obj" id="title_obj" checked="">
|
||||||
<label class="custom-control-label" for="title_obj"><i class="fas fa-lock-open"></i> Decoded <i class="fas fa-heading text-info" data-toggle="tooltip" data-placement="right" title="Title that has been extracted from a HTML page"></i></label>
|
<label class="custom-control-label" for="title_obj"><i class="fas fa-heading"></i> Decoded <i class="fas fa-info-circle text-info" data-toggle="tooltip" data-placement="right" title="Title that has been extracted from a HTML page"></i></label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{# <div class="custom-control custom-switch mt-1">#}
|
{# <div class="custom-control custom-switch mt-1">#}
|
||||||
|
|
Loading…
Reference in New Issue