Remove nonfunctional quick search

This commit is contained in:
Jeremy Stretch 2024-01-19 11:10:02 -05:00
parent 470e8903db
commit c49135e254

View File

@ -15,8 +15,16 @@
{% endblock tabs %}
{% block content %}
{# Object table controls #}
{% include 'inc/table_controls_htmx.html' with table_modal="ObjectTable_config" %}
<div class="row mb-3">
<div class="col-auto ms-auto d-print-none">
{# Table configuration button #}
<div class="table-configure input-group">
<button type="button" data-bs-toggle="modal" title="{% trans "Configure Table" %}" data-bs-target="#ObjectTable_config" class="btn">
<i class="mdi mdi-cog"></i> {% trans "Configure Table" %}
</button>
</div>
</div>
</div>
<div class="card">
{% render_table table %}