We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a63ca6 + eeec67c commit 6270a9eCopy full SHA for 6270a9e
debug_toolbar/templates/debug_toolbar/panels/profiling.html
@@ -13,7 +13,7 @@
13
<tbody>
14
{% for call in func_list %}
15
<!-- style="background:{{ call.background }}" -->
16
- <tr class="djDebugProfileRow{% for parent_id in call.parent_ids %} djToggleDetails_{{ parent_id }}{% endfor %}" depth="{{ call.depth }}">
+ <tr class="{% cycle 'djDebugOdd' 'djDebugEven' %} djDebugProfileRow{% for parent_id in call.parent_ids %} djToggleDetails_{{ parent_id }}{% endfor %}" depth="{{ call.depth }}">
17
<td>
18
<div style="padding-left: {{ call.indent }}px;">
19
{% if call.has_subfuncs %}
0 commit comments