File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
debug_toolbar/templates/debug_toolbar/panels Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
{% if query.params %}
17
17
{% if query.is_select %}
18
18
< a class ="remoteCall " href ="/__debug__/sql_select/?sql={{ query.raw_sql|urlencode }}&params={{ query.params|urlencode }}&duration={{ query.duration|floatformat: "2 "|urlencode }}&hash={{ query.hash }}"> SELECT</ a > < br />
19
- {% endif %}
20
- < a class =" remoteCall " href =" /__debug__/sql_explain/?sql={{ query.raw_sql|urlencode }}&params={{ query.params|urlencode }}&duration={{ query.duration|floatformat: " 2 "|urlencode }}&hash={{ query.hash }}" > EXPLAIN </ a > < br />
21
- {% if is_mysql %}
22
- < a class =" remoteCall " href =" /__debug__/sql_profile/?sql={{ query.raw_sql|urlencode }}&params={{ query.params|urlencode }}&duration={{ query.duration|floatformat: " 2 "|urlencode }}&hash={{ query.hash }}" > PROFILE </ a > < br />
19
+ < a class =" remoteCall " href =" /__debug__/sql_explain/?sql={{ query.raw_sql|urlencode }}&params={{ query.params|urlencode }}&duration={{ query.duration|floatformat: " 2 "|urlencode }}&hash={{ query.hash }}" > EXPLAIN </ a > < br />
20
+ {% if is_mysql %}
21
+ < a class =" remoteCall " href =" /__debug__/sql_profile/?sql={{ query.raw_sql|urlencode }}&params={{ query.params|urlencode }}&duration={{ query.duration|floatformat: " 2 "|urlencode }}&hash={{ query.hash }}" > PROFILE </ a > < br />
22
+ {% endif %}
23
23
{% endif %}
24
24
{% endif %}
25
25
</ td >
You can’t perform that action at this time.
0 commit comments