diff options
Diffstat (limited to 'src/usr')
-rwxr-xr-x | src/usr/local/www/diag_dump_states.php | 6 |
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> |