Newer
Older
framework / system / Debug / Toolbar / Views / _database.tpl.php
@Jim Parry Jim Parry on 1 Dec 2018 314 bytes Release 4.0.0-alpha.3
<table>
    <thead>
        <tr>
            <th class="debug-bar-width6r">Time</th>
            <th>Query String</th>
        </tr>
    </thead>
    <tbody>
    {queries}
        <tr>
            <td class="narrow">{duration}</td>
            <td>{! sql !}</td>
        </tr>
    {/queries}
    </tbody>
</table>