Skip to content

Commit 5522671

Browse files
committed
ConnectionPanel: removed useless class
1 parent 0bb1fe6 commit 5522671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use Nette,
1515
<h1 title="<?= htmlSpecialChars($connection->getDsn(), ENT_QUOTES, 'UTF-8') ?>">Queries: <?php
1616
echo $count, ($totalTime ? sprintf(', time: %0.3f ms', $totalTime * 1000) : ''), ', ', htmlSpecialChars($name, ENT_NOQUOTES, 'UTF-8') ?></h1>
1717

18-
<div class="tracy-inner nette-DbConnectionPanel">
18+
<div class="tracy-inner">
1919
<table>
2020
<tr><th>Time&nbsp;ms</th><th>SQL Query</th><th>Rows</th></tr>
2121
<?php

0 commit comments

Comments
 (0)