summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_system_pftop.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-23 19:56:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-23 19:56:56 +0000
commit6a59497681130f05450d121458e22ddb14290e6a (patch)
treebe8be58e5a44f20e08b971f50703ba98961549f6 /usr/local/www/diag_system_pftop.php
parentc085c7dfd89a3f743dd32f57b5e6cb47c9e2d42f (diff)
downloadpfsense-6a59497681130f05450d121458e22ddb14290e6a.zip
pfsense-6a59497681130f05450d121458e22ddb14290e6a.tar.gz
Correct sort order for pftop gui
Diffstat (limited to 'usr/local/www/diag_system_pftop.php')
-rw-r--r--usr/local/www/diag_system_pftop.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_system_pftop.php b/usr/local/www/diag_system_pftop.php
index 0ee355a..3f322ad 100644
--- a/usr/local/www/diag_system_pftop.php
+++ b/usr/local/www/diag_system_pftop.php
@@ -59,11 +59,11 @@ else
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-
+<form method="post" action="diag_system_pftop.php">
<script type="text/javascript">
function getcpuactivity() {
var url = "/diag_system_pftop.php";
- var pars = 'getactivity=yes';
+ var pars = 'getactivity=yes&sorttype=' + $('sorttype').value;
var myAjax = new Ajax.Request(
url,
{
OpenPOWER on IntegriCloud