summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr')
-rwxr-xr-xsrc/usr/local/www/diag_dump_states.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/diag_dump_states.php b/src/usr/local/www/diag_dump_states.php
index c47ff71..5f7e7be 100755
--- a/src/usr/local/www/diag_dump_states.php
+++ b/src/usr/local/www/diag_dump_states.php
@@ -213,9 +213,9 @@ print $form;
<th><?=gettext("Protocol")?></th>
<th><?=gettext("Source -> Router -> Destination")?></th>
<th><?=gettext("State")?></th>
- <th><?=gettext("Packets")?></th>
- <th><?=gettext("Bytes")?></th>
- <th></th> <!-- For the optional "Remove" button -->
+ <th data-sortable="false"><?=gettext("Packets")?></th>
+ <th data-sortable="false"><?=gettext("Bytes")?></th>
+ <th data-sortable="false"></th> <!-- For the optional "Remove" button -->
</tr>
</thead>
<tbody>
OpenPOWER on IntegriCloud