summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-02-20 08:51:55 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-02-20 08:51:55 -0300
commit2675f511cc6b6734ed2f5b526bc7c6454ecda7fd (patch)
tree8087577bab608a5a27a719affb79aacb3f99e78a /usr/local/www/status_graph.php
parenta3861260696e68a87b7c5d4ebd5a180821f8129d (diff)
downloadpfsense-2675f511cc6b6734ed2f5b526bc7c6454ecda7fd.zip
pfsense-2675f511cc6b6734ed2f5b526bc7c6454ecda7fd.tar.gz
Fix sort param to call bandwidth_by_ip
Diffstat (limited to 'usr/local/www/status_graph.php')
-rwxr-xr-xusr/local/www/status_graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index 0daf8a6..04f91a5 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -110,7 +110,7 @@ include("head.inc");
function updateBandwidth(){
var hostinterface = jQuery("#if").val();
- var sorting = jQuery("#sorting").val();
+ var sorting = jQuery("#sort").val();
bandwidthAjax(hostinterface, sorting);
}
OpenPOWER on IntegriCloud