diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-02-28 13:58:05 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-02-28 13:58:05 +0100 |
| commit | 1245cfeb43da413612975bf2d616fa3deadd18d9 (patch) | |
| tree | 610a4c7405b40649f6b8ee2406ddfc08259279a1 /htroot/js/Crawler.js | |
| parent | ba49ff81ed4b27a7b5f0631614a20c4625a70d36 (diff) | |
small change to crawler monitor to fit in larger translations
Diffstat (limited to 'htroot/js/Crawler.js')
| -rw-r--r-- | htroot/js/Crawler.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/js/Crawler.js b/htroot/js/Crawler.js index c4cf2f960..b1bd49d7d 100644 --- a/htroot/js/Crawler.js +++ b/htroot/js/Crawler.js @@ -108,8 +108,8 @@ function handleStatus(){ postprocessing=getFirstChild(statusTag, "postprocessing"); document.getElementById("postprocessing_status").firstChild.nodeValue=getValue(getFirstChild(postprocessing, "status")); - document.getElementById("postprocessing_collection").firstChild.nodeValue="pending in collection: " + getValue(getFirstChild(postprocessing, "collectionRemainingCount")); - document.getElementById("postprocessing_webgraph").firstChild.nodeValue="pending in webgraph: " + getValue(getFirstChild(postprocessing, "webgraphRemainingCount")); + document.getElementById("postprocessing_collection").firstChild.nodeValue=getValue(getFirstChild(postprocessing, "collectionRemainingCount")); + document.getElementById("postprocessing_webgraph").firstChild.nodeValue=getValue(getFirstChild(postprocessing, "webgraphRemainingCount")); document.getElementById("postprocessing_remainingTimeMinutes").firstChild.nodeValue=getValue(getFirstChild(postprocessing, "remainingTimeMinutes")); document.getElementById("postprocessing_remainingTimeSeconds").firstChild.nodeValue=getValue(getFirstChild(postprocessing, "remainingTimeSeconds")); postprocessingElapsedTime=getValue(getFirstChild(postprocessing, "postprocessingElapsedTime")); |
