Newer
Older
framework / system / Debug / Toolbar / Views / _database.tpl
@Jim Parry Jim Parry on 28 Sep 2019 314 bytes Hotfix for debug toolbar
<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>