You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
691 B
29 lines
691 B
1 year ago
|
<table>
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th>Action</th>
|
||
|
<th>Datetime</th>
|
||
|
<th>Status</th>
|
||
|
<th>Method</th>
|
||
|
<th>URL</th>
|
||
|
<th>Content-Type</th>
|
||
|
<th>Is AJAX?</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody>
|
||
|
{files}
|
||
|
<tr data-active="{active}">
|
||
|
<td class="debug-bar-width70p">
|
||
|
<button class="ci-history-load" data-time="{time}">Load</button>
|
||
|
</td>
|
||
|
<td class="debug-bar-width190p">{datetime}</td>
|
||
|
<td>{status}</td>
|
||
|
<td>{method}</td>
|
||
|
<td>{url}</td>
|
||
|
<td>{contentType}</td>
|
||
|
<td>{isAJAX}</td>
|
||
|
</tr>
|
||
|
{/files}
|
||
|
</tbody>
|
||
|
</table>
|