diff options
| author | sixcooler <sgaebel@sixcooler.de> | 2011-11-24 19:21:58 +0100 |
|---|---|---|
| committer | sixcooler <sgaebel@sixcooler.de> | 2011-11-24 19:21:58 +0100 |
| commit | 69570fda245dfc6f67591bf8acf115ef9f938ab8 (patch) | |
| tree | 57dca7784f1627566bcaf821ac664fb83adc380b /htroot/Status.html | |
| parent | 8f19fbc46d0059d7f64ddd0cc7dad8f3c7444666 (diff) | |
bring my master to stuff from remote
Diffstat (limited to 'htroot/Status.html')
| -rw-r--r-- | htroot/Status.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/Status.html b/htroot/Status.html index a535eb501..a1091e970 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -15,7 +15,7 @@ }
}
function reloadGraph() {
- document.images["graph"].src="PerformanceGraph.png?time="+(new Date()).getTime();
+ document.images["graph"].src="PerformanceGraph.png?nomem=&time="+(new Date()).getTime();
window.status="";
}
function init() {
@@ -48,7 +48,7 @@ <h2><img src="/env/grafics/kaskelix.png" width="128" height="64" alt="YaCy Websearch" style="margin-right:5px; vertical-align:middle;" />Welcome to YaCy!</h2>
<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" id="graph" alt="PerformanceGraph" width="660" height="240"/><br />
+ <img src="PerformanceGraph.png?nomem=" id="graph" alt="PerformanceGraph" width="660" height="240"/><br />
<img src="Banner.png?textcolor=000000&bgcolor=e7effc&bordercolor=5090d0" alt="banner" width="468" height="60"/>
</div>
@@ -99,7 +99,7 @@ #(warningMemoryLow)#::
<dt class="hintIcon"><img src="env/grafics/bad.png" width="32" height="32" alt="bad"/></dt>
- <dd class="hint">Low memory was detected. DHT has been disabled. Please fix
+ <dd class="hint">Free memory is lower than #[minSpace]#. DHT has been disabled. Please fix
it as soon as possible and restart YaCy.
</dd>
#(/warningMemoryLow)#
|
