cubicweb/pyramid/debug_toolbar_templates/sql.dbtmako
changeset 12930 665f66e57fc6
parent 12777 7c4216ed7497
equal deleted inserted replaced
12929:edfee40475bb 12930:665f66e57fc6
     1 <table id="sql-table" class="table table-striped table-condensed">
     1 <table id="sql-table" class="pDebugSortable table table-striped table-condensed">
     2     <thead>
     2     <thead>
     3         <tr>
     3         <tr>
     4             <th class="table-col-index">#</th>
     4             <th class="table-col-index">#</th>
     5             <th class="table-col-time">Time (ms)</th>
     5             <th class="table-col-time">Time (ms)</th>
     6             <th class="table-col-sql">SQL</th>
     6             <th class="table-col-sql">SQL</th>