Add restricted source listing and remove card
This commit is contained in:
parent
bb00475029
commit
4efeb27958
|
@ -366,6 +366,12 @@
|
||||||
<option value="meta">Meta</option>
|
<option value="meta">Meta</option>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if params.index == 'restricted' %}
|
||||||
|
<option selected value="restricted">Restricted</option>
|
||||||
|
{% else %}
|
||||||
|
<option value="restricted">Restricted</option>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
<span class="icon is-small is-left">
|
<span class="icon is-small is-left">
|
||||||
<i class="fas fa-magnifying-glass"></i>
|
<i class="fas fa-magnifying-glass"></i>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
fetched {{ table.data|length }} of {{ card }} hits in {{ took }}ms
|
fetched {{ table.data|length }} hits in {{ took }}ms
|
||||||
|
|
||||||
{% if exemption is not None %}
|
{% if exemption is not None %}
|
||||||
<span class="icon has-tooltip-bottom" data-tooltip="God mode">
|
<span class="icon has-tooltip-bottom" data-tooltip="God mode">
|
||||||
|
|
Loading…
Reference in New Issue