diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-09-04 14:47:53 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-09-04 14:47:53 +0200 |
| commit | d8425e6809017be6c5d2843b294256f59fbbafba (patch) | |
| tree | 924c19c76cb766a966c8e683b8024b051f7f2076 /htroot/CrawlResults.html | |
| parent | ee23fc7a322200559486a939c0c6788f3942353f (diff) | |
added collections to crawl monitor
Diffstat (limited to 'htroot/CrawlResults.html')
| -rw-r--r-- | htroot/CrawlResults.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htroot/CrawlResults.html b/htroot/CrawlResults.html index bc773e020..c2e9d5047 100644 --- a/htroot/CrawlResults.html +++ b/htroot/CrawlResults.html @@ -111,6 +111,7 @@ </div>
</form>
</td>
+ #(showCollection)#::<td><strong>Collection</strong></td>#(/showCollection)#
#(showInit)#::<td><strong>Initiator</strong></td>#(/showInit)#
#(showExec)#::<td><strong>Executor</strong></td>#(/showExec)#
#(showDate)#::<td><strong>Modified</strong></td>#(/showDate)#
@@ -131,6 +132,7 @@ </div>
</form>
</td>
+ #(showCollection)#::<td>#[collection]#</td>#(/showCollection)#
#(showInit)#::<td>#[initiatorSeed]#</td>#(/showInit)#
#(showExec)#::<td>#[executorSeed]#</td>#(/showExec)#
|
