We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b741bb commit a40de15Copy full SHA for a40de15
1 file changed
debug_toolbar/templates/panels/sql.html
@@ -63,17 +63,6 @@
63
<td class="fastdt-time">
64
{{ '%0.2f'|format(query.duration|float) }}
65
</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
- #}
77
</tr>
78
<tr class="fastUnselected {% if query.is_slow %} fastDebugRowWarning{% endif %} fastToggleDetails_{{ loop.index }}" id="sqlDetails_{{ loop.index }}">
79
<td colspan="2"></td>
0 commit comments