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/Status.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/Status.html')
| -rw-r--r-- | htroot/Status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Status.html b/htroot/Status.html index 81917d8df..2de6d9d2b 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -52,7 +52,7 @@ <iframe src="rssTerminal.html?set=PEERNEWS,REMOTESEARCH,LOCALSEARCH,REMOTEINDEXING,LOCALINDEXING,DHTRECEIVE,DHTSEND,PROXY&width=600px&height=180px&maxlines=20&maxwidth=120" style="width:600px;height:180px;margin:0px;border:1px solid black;" scrolling="no" name="newsframe"></iframe><br /> <img src="PerformanceGraph.png?nomem=" id="graph" alt="PerformanceGraph" width="660" height="240"/><br /> - <img src="/NetworkHistory.png?columns=cI&scale=1&maxtime=24&width=660" width="660" height="240"/><br /> + <img src="NetworkHistory.png?columns=cI&scale=1&maxtime=24&width=660" width="660" height="240"/><br /> <img src="Banner.png?textcolor=000000&bgcolor=e7effc&bordercolor=5090d0" alt="banner" width="468" height="60"/> </div> |
