mirror of
https://github.com/unraid/webgui.git
synced 2026-02-06 00:49:06 -06:00
Merge pull request #532 from bergware/master
Dashboard: add up/down arrows to VPN tunnel traffic
This commit is contained in:
@@ -723,7 +723,7 @@ function update1() {
|
||||
} else {
|
||||
$('td#'+vtun+'-hs-'+n[vtun]).text('not received');
|
||||
}
|
||||
$('td#'+vtun+'-rx-'+n[vtun]).text(info[2]+', '+info[3]);
|
||||
$('td#'+vtun+'-rx-'+n[vtun]).html(info[2]+' <i class="fa fa-fw fa-arrow-down"></i> '+info[3]+' <i class="fa fa-fw fa-arrow-up"></i>');
|
||||
}
|
||||
setTimeout(update1,1000);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user