Skip to content

Commit 25c922a

Browse files
committed
SessionPanel: table is sortable
1 parent 9ef17a9 commit 25c922a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/HttpTracy/templates/SessionPanel.panel.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use Tracy\Dumper;
2121
<?php if (empty($_SESSION)):?>
2222
<p><i>empty</i></p>
2323
<?php else: ?>
24-
<table>
24+
<table class="tracy-sortable">
2525
<?php
2626
foreach ($_SESSION as $k => $v) {
2727
if ($k === '__NF') {

0 commit comments

Comments
 (0)