mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix sort param to call bandwidth_by_ip
This commit is contained in:
parent
a386126069
commit
2675f511cc
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user