Skip to content

Commit a40de15

Browse files
committed
Removed unused panel block
1 parent 1b741bb commit a40de15

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

debug_toolbar/templates/panels/sql.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,6 @@
6363
<td class="fastdt-time">
6464
{{ '%0.2f'|format(query.duration|float) }}
6565
</td>
66-
{# TODO: SELECT actions
67-
<td class="fastdt-actions">
68-
{% if query.params and query.is_select %}
69-
<form method="post">
70-
{{ query.form }}
71-
<button formaction="{% url_for('debug_toolbar.sqlalchemy_select') %}" class="remoteCall">Sel</button>
72-
<button formaction="{% url_for('debug_toolbar.sqlalchemy_explain') %}" class="remoteCall">Expl</button>
73-
</form>
74-
{% endif %}
75-
</td>
76-
#}
7766
</tr>
7867
<tr class="fastUnselected {% if query.is_slow %} fastDebugRowWarning{% endif %} fastToggleDetails_{{ loop.index }}" id="sqlDetails_{{ loop.index }}">
7968
<td colspan="2"></td>

0 commit comments

Comments
 (0)