Add restricted source listing and remove card

This commit is contained in:
2022-09-30 07:22:22 +01:00
parent bb00475029
commit 4efeb27958
2 changed files with 7 additions and 1 deletions

View File

@@ -366,6 +366,12 @@
<option value="meta">Meta</option>
{% endif %}
{% if params.index == 'restricted' %}
<option selected value="restricted">Restricted</option>
{% else %}
<option value="restricted">Restricted</option>
{% endif %}
</select>
<span class="icon is-small is-left">
<i class="fas fa-magnifying-glass"></i>

View File

@@ -24,7 +24,7 @@
</span>
{% endif %}
fetched {{ table.data|length }} of {{ card }} hits in {{ took }}ms
fetched {{ table.data|length }} hits in {{ took }}ms
{% if exemption is not None %}
<span class="icon has-tooltip-bottom" data-tooltip="God mode">