Skip to content

Commit 9a4a286

Browse files
committed
ConnectionPanel: compatibility with Tracy 2.5
1 parent 012bcbd commit 9a4a286

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Bridges/DatabaseTracy/templates/ConnectionPanel.panel.phtml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ use Tracy;
1717
echo $count, ($totalTime ? sprintf(', time: %0.3f ms', $totalTime * 1000) : ''), ', ', htmlspecialchars($name, ENT_NOQUOTES, 'UTF-8') ?></h1>
1818

1919
<div class="tracy-inner">
20+
<div class="tracy-inner-container">
2021
<table>
2122
<tr><th>Time&nbsp;ms</th><th>SQL Query</th><th>Rows</th></tr>
2223
<?php
@@ -59,3 +60,4 @@ use Tracy;
5960
</table>
6061
<?php if (count($queries) < $count): ?><p>...and more</p><?php endif ?>
6162
</div>
63+
</div>

0 commit comments

Comments
 (0)