Console: Add links to bandwidth graphs on /tunnels

This commit is contained in:
zzz
2018-04-16 14:34:41 +00:00
parent b9bc254fd3
commit d189c3912c
2 changed files with 67 additions and 12 deletions

View File

@@ -130,6 +130,15 @@ public class TunnelPool {
}
}
/**
* RateStat name for the bandwidth graph
* @return non-null
* @since 0.9.35
*/
public String getRateName() {
return _rateName;
}
private void refreshSettings() {
if (!_settings.isExploratory())
return; // don't override client specified settings