Fixing mailtraffic cron, fixes traffic graph sorting
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
2
templates/Sparkle/assets/js/traffic.js
vendored
2
templates/Sparkle/assets/js/traffic.js
vendored
@@ -12,7 +12,7 @@ $(document).ready(function(){
|
||||
var i = 1;
|
||||
var links = [];
|
||||
$('#datalegend').remove();
|
||||
$('#datatable tr').each(function() {
|
||||
$('#datatable tr').reverse().each(function() {
|
||||
var row = $(this);
|
||||
var day = $(row).children().first().text();
|
||||
var ftpd = $(row).children().first().next().text();
|
||||
|
||||
Reference in New Issue
Block a user