Add restricted source listing and remove card

This commit is contained in:
Mark Veidemanis 2022-09-30 07:22:22 +01:00
parent bb00475029
commit 4efeb27958
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
2 changed files with 7 additions and 1 deletions

View File

@ -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>

View File

@ -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">