first commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="debug-bar-width6r">Time</th>
|
||||
<th>Query String</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{queries}
|
||||
<tr class="{class}" title="{hover}" data-toggle="{qid}-trace">
|
||||
<td class="narrow">{duration}</td>
|
||||
<td>{! sql !}</td>
|
||||
<td style="text-align: right"><strong>{trace-file}</strong></td>
|
||||
</tr>
|
||||
<tr class="muted" id="{qid}-trace" style="display:none">
|
||||
<td></td>
|
||||
<td colspan="2">
|
||||
{trace}
|
||||
{index}<strong>{file}</strong><br/>
|
||||
{function}<br/><br/>
|
||||
{/trace}
|
||||
</td>
|
||||
</tr>
|
||||
{/queries}
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user