diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-11-25 15:43:42 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-11-25 15:43:42 +0100 |
| commit | eca68fa197101a64546920dae015ffd2f35e09c8 (patch) | |
| tree | 72e70aae2cff52f753cc3f92aa7c4b648341c578 /htroot/Crawler_p.html | |
| parent | 205f8b222bbd688031b017f8a1c00a9af63bedef (diff) | |
added debug code to crawler monitor
Diffstat (limited to 'htroot/Crawler_p.html')
| -rw-r--r-- | htroot/Crawler_p.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/htroot/Crawler_p.html b/htroot/Crawler_p.html index ec9fe4181..ea0c737b4 100644 --- a/htroot/Crawler_p.html +++ b/htroot/Crawler_p.html @@ -159,7 +159,7 @@ <!-- crawl profile list --> #(crawlProfilesShow)#:: <fieldset> -<legend>Running Crawls</legend> +<legend>Running Crawls (#[count]#)</legend> <table border="0" cellpadding="2" cellspacing="1" summary="A list of crawl profiles and their current settings."> <colgroup> <col width="16" /> @@ -167,11 +167,13 @@ </colgroup> <tr class="TableHeader"> <td><strong>Name</strong></td> + #(debug)#::<td><strong>Count</strong></td>#(/debug)# <td><strong>Status</strong></td> </tr> #{list}# <tr class="TableCell#(dark)#Light::Dark#(/dark)#"> <td>#[name]#</td> + #(debug)#::<td>#[count]#</td>#(/debug)# <td>#(terminateButton)#:: <div style="text-decoration:blink;float:left;">Running</div> <form style="float:left;" action="Crawler_p.html" method="get" enctype="multipart/form-data" accept-charset="UTF-8"><div> |
