fix for 2-day network stats table: showing 48 instead of 24 hours from

peer history
This commit is contained in:
Michael Peter Christen 2014-11-17 14:23:21 +01:00
parent ec9d021568
commit fdba8e2fa0

View File

@ -388,7 +388,7 @@ document.getElementById("apilink").setAttribute("href", "Network.xml?" + window.
scale: number of hours per scale unit in the bottom line
-->
<h3><b>Count of Connected Senior Peers</b> in the last two days, scale = 1h</h3>
<img src="/NetworkHistory.png?columns=cC&scale=1&maxtime=24" />
<img src="/NetworkHistory.png?columns=cC&scale=1&maxtime=48" />
<h3><b>Count of all Active Peers Per Day</b> in the last week, scale = 1d</h3>
<img src="/NetworkHistory.png?columns=aD&scale=24&maxtime=168" />
<h3><b>Count of all Active Peers Per Week</b> in the last 30d, scale = 7d</h3>