diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-04-19 12:35:11 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-04-19 12:35:11 +0200 |
| commit | 4844e124b1d49ed3c6089d2a1892a659f280f0e2 (patch) | |
| tree | df7f2f463da719cb8cc72566c914921cedfa4deb /htroot/Status.html | |
| parent | 0ec2713af85d58f43d1a835f58e7900ae4bb5c32 (diff) | |
one more warning in case that crawling is paused because of low disk
space
Diffstat (limited to 'htroot/Status.html')
| -rw-r--r-- | htroot/Status.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htroot/Status.html b/htroot/Status.html index 30ff8123e..d6262629a 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -110,6 +110,12 @@ </dd>
#(/warningMemoryLow)#
+ #(warningCrawlPaused)#::
+ <dt class="hintIcon"><img src="env/grafics/bad.png" width="32" height="32" alt="bad"/></dt>
+ <dd class="hint">Crawling is paused! If the crawling was paused automatically, please check your disk space.
+ </dd>
+ #(/warningCrawlPaused)#
+
<!-- hints -->
#(hintVersionAvailable)#::
|
