Skip to content

Commit

Permalink
ConnectionPanel: removed useless class
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jul 20, 2015
1 parent f6800b0 commit e5163fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use Nette,
<h1 title="<?php echo htmlSpecialChars($connection->getDsn(), ENT_QUOTES, 'UTF-8') ?>">Queries: <?php
echo $count, ($totalTime ? sprintf(', time: %0.3f ms', $totalTime * 1000) : ''), ', ', htmlSpecialChars($name, ENT_NOQUOTES, 'UTF-8') ?></h1>

<div class="tracy-inner nette-DbConnectionPanel">
<div class="tracy-inner">
<table>
<tr><th>Time&nbsp;ms</th><th>SQL Query</th><th>Rows</th></tr>
<?php
Expand Down

0 comments on commit e5163fa

Please sign in to comment.