diff options
| author | reger <reger18@arcor.de> | 2016-10-25 03:02:31 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2016-10-25 03:02:31 +0200 |
| commit | 3cc2af8f926486f016eec39809a6634f98130bf7 (patch) | |
| tree | 1ae571487dfbaeef7292441a0107de0f7212a0ab /htroot/Network.html | |
| parent | 3c7220bc7b2e5f6d014083e755f468e5770ed023 (diff) | |
reduce the mix of absolute and relative internal html page links
(prefer relative for same pg or neighbors) to ease proxied access
e.g. http://mantis.tokeek.de/view.php?id=701
Diffstat (limited to 'htroot/Network.html')
| -rw-r--r-- | htroot/Network.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htroot/Network.html b/htroot/Network.html index bb63252cf..487078634 100644 --- a/htroot/Network.html +++ b/htroot/Network.html @@ -390,13 +390,13 @@ 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=48&width=809" />
+ <img src="NetworkHistory.png?columns=cC&scale=1&maxtime=48&width=809" />
<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" />
+ <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>
- <img src="/NetworkHistory.png?columns=aW&scale=168&maxtime=720" />
+ <img src="NetworkHistory.png?columns=aW&scale=168&maxtime=720" />
<h3><b>Count of all Active Peers Per Month</b> in the last 365d, scale = 30d</h3>
- <img src="/NetworkHistory.png?columns=aM&scale=720&maxtime=8760" />
+ <img src="NetworkHistory.png?columns=aM&scale=720&maxtime=8760" />
#(/table)#
#%env/templates/footer.template%#
</body>
|
