We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8331472 + e8f6b0b commit ead8c50Copy full SHA for ead8c50
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