mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
router stats - mark active tunnels bold
This commit is contained in:
parent
a5182252af
commit
d3f0f9dde3
2 changed files with 25 additions and 6 deletions
|
@ -2047,7 +2047,7 @@ void p3turtle::getInfo( std::vector<std::vector<std::string> >& hashes_info,
|
|||
|
||||
tunnel.push_back(it->second.hash.toStdString()) ;
|
||||
tunnel.push_back(printNumber(now-it->second.time_stamp) + " secs ago") ;
|
||||
tunnel.push_back(printFloatNumber(it->second.speed_Bps,true)) ;
|
||||
tunnel.push_back(printFloatNumber(it->second.speed_Bps,false)) ; //
|
||||
}
|
||||
|
||||
search_reqs_info.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue