diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-01-07 17:17:11 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-01-07 17:17:11 +0100 |
| commit | f214f6ebb451108b3d58e58cb9cc228603f45aee (patch) | |
| tree | 350c090e256ece81c5de7c3de262c9f39f50ae8f /htroot/Crawler_p.html | |
| parent | 1c5deebf8174bfb7259a649d2093610efcb12399 (diff) | |
added no-load queues to the crawler monitor
Diffstat (limited to 'htroot/Crawler_p.html')
| -rw-r--r-- | htroot/Crawler_p.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/htroot/Crawler_p.html b/htroot/Crawler_p.html index ebf49c09b..df78753a1 100644 --- a/htroot/Crawler_p.html +++ b/htroot/Crawler_p.html @@ -53,6 +53,16 @@ <td align="right">unlimited</td> </tr> <tr class="TableCellLight"> + <td align="left">No-Load Crawler</td> + <td align="right"><span id="noloadcrawlerqueuesize">#[noloadCrawlSize]#</span></td> + <td> + <a href="" title="" id="noloadcrawlerstateA"> + <img src="" alt="" style="width:12px; height:12px;" id="noloadcrawlerstateIMG" /> + </a> + </td> + <td align="right">unlimited</td> + </tr> + <tr class="TableCellLight"> <td align="left">Loader</td> <td align="right"><span id="loaderqueuesize">#[loaderSize]#</span></td> <td> </td> |
