summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_dump_states.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-15 08:22:11 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-15 08:23:54 -0400
commitcc3b1cb5ec4b309a7ec0ae63cce33830e0ed7cee (patch)
treed9dbeefe7af8bb72606a58d4f3bdc94126f3b151 /src/usr/local/www/diag_dump_states.php
parentf38c80b9e8209725ddf3435723ea72ea3053f137 (diff)
downloadpfsense-cc3b1cb5ec4b309a7ec0ae63cce33830e0ed7cee.zip
pfsense-cc3b1cb5ec4b309a7ec0ae63cce33830e0ed7cee.tar.gz
Fixed #6158
Really a temporary work-around. This issue requires a better solution in which the data is normalized and added to the <td> via a data-sortable attribute. (cherry picked from commit 106eb8d38db478616499f0c5ee220596dca9f57a)
Diffstat (limited to 'src/usr/local/www/diag_dump_states.php')
-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