summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_tables.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-02-17 17:32:51 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-02-17 17:33:55 -0500
commitc6c187f3d8f0ac83d230e58c3c3863b2be567d1a (patch)
tree2a42ca6b7b33ec6fc8f66e799b1fae7355120923 /src/usr/local/www/diag_tables.php
parent987712e851daa17aea839b8d243f10dd5da003f9 (diff)
downloadpfsense-c6c187f3d8f0ac83d230e58c3c3863b2be567d1a.zip
pfsense-c6c187f3d8f0ac83d230e58c3c3863b2be567d1a.tar.gz
Workaround to prevent the sortable library from being loaded on very large tables.
Diffstat (limited to 'src/usr/local/www/diag_tables.php')
-rw-r--r--src/usr/local/www/diag_tables.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/local/www/diag_tables.php b/src/usr/local/www/diag_tables.php
index 520775d..567cb80 100644
--- a/src/usr/local/www/diag_tables.php
+++ b/src/usr/local/www/diag_tables.php
@@ -249,4 +249,6 @@ if (empty($entries)) {
<?php
}
+$nosorting = TRUE;
+
include("foot.inc");
OpenPOWER on IntegriCloud