We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dfd17a commit e8f6b0bCopy full SHA for e8f6b0b
debug_toolbar/templates/debug_toolbar/panels/profiling.html
@@ -12,7 +12,7 @@
12
</thead>
13
<tbody>
14
{% for call in func_list %}
15
- <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 }}">
16
<td>
17
<div data-padding-left="{{ call.indent }}px">
18
{% if call.has_subfuncs %}
0 commit comments