We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef17a9 commit 25c922aCopy full SHA for 25c922a
src/Bridges/HttpTracy/templates/SessionPanel.panel.phtml
@@ -21,7 +21,7 @@ use Tracy\Dumper;
21
<?php if (empty($_SESSION)):?>
22
<p><i>empty</i></p>
23
<?php else: ?>
24
- <table>
+ <table class="tracy-sortable">
25
<?php
26
foreach ($_SESSION as $k => $v) {
27
if ($k === '__NF') {
0 commit comments