Revision 2675f511
Added by Renato Botelho over 12 years ago
usr/local/www/status_graph.php | ||
---|---|---|
110 | 110 |
|
111 | 111 |
function updateBandwidth(){ |
112 | 112 |
var hostinterface = jQuery("#if").val(); |
113 |
var sorting = jQuery("#sorting").val();
|
|
113 |
var sorting = jQuery("#sort").val(); |
|
114 | 114 |
bandwidthAjax(hostinterface, sorting); |
115 | 115 |
} |
116 | 116 |
|
Also available in: Unified diff
Fix sort param to call bandwidth_by_ip