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.
1 parent 250e9a4 commit 53bc8f0Copy full SHA for 53bc8f0
includes/panels/qbPanel.cfm
@@ -94,7 +94,7 @@ Description :
94
</thead>
95
<tbody>
96
<cfloop array="#request.cbdebugger.qbQueries.all#" index="q">
97
- <tr <cfif debugTimers.currentrow mod 2 eq 0>class="even"</cfif>>
+ <tr>
98
<td>#TimeFormat(q.timestamp,"hh:MM:SS.l tt")#</td>
99
<td>#q.sql#</td>
100
<td>#q.executionTime# ms</td>
@@ -131,7 +131,7 @@ Description :
131
132
133
<cfloop collection="#request.cbdebugger.quick.byMapping#" item="mapping">
134
135
<td align="center">#request.cbdebugger.quick.byMapping[ mapping ]#</td>
136
<td>#mapping#</td>
137
</tr>
0 commit comments