diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-10-04 03:55:49 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-10-04 03:56:03 +0200 |
| commit | 0065c9b9ea05e03c273dc41bd0be6eca2f5c318c (patch) | |
| tree | e038d35ac3920820fda509abadb0a6b0cb000578 /htroot/Crawler_p.html | |
| parent | e1e632ad84437ee02db820c58da9ecbf916cfd07 (diff) | |
Crawl monitoring : refresh running crawls table
Fix mantis 690 ( http://mantis.tokeek.de/view.php?id=690 ).
Tested on :
- MS Windows 10 : Edge, Firefox 49, Chrome 53
- Debian Jessie : Firefox ESR 45
Diffstat (limited to 'htroot/Crawler_p.html')
| -rw-r--r-- | htroot/Crawler_p.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/htroot/Crawler_p.html b/htroot/Crawler_p.html index e6ec27d9a..007adae4d 100644 --- a/htroot/Crawler_p.html +++ b/htroot/Crawler_p.html @@ -224,7 +224,7 @@ window.setInterval("setTableSize()", 1000); <!-- crawl profile list --> #(crawlProfilesShow)#:: <fieldset> - <legend>Running Crawls (#[count]#)</legend> + <legend id="runningCrawlsLegend">Running Crawls (#[count]#)</legend> <table width="96%"> <tr><td> <table border="0" summary="A list of crawl profiles and their current settings." id="crawlProfiles"> @@ -235,18 +235,18 @@ window.setInterval("setTableSize()", 1000); <thead> <tr class="TableHeader"> <th><strong>Name</strong></th> - #(debug)#::<th><strong>Count</strong></th>#(/debug)# + #(debug)#::<th id="headerDebug"><strong>Count</strong></th>#(/debug)# <th><strong>Status</strong></th> </tr> </thead> <tbody> #{list}# - <tr class="TableCell#(dark)#Light::Dark#(/dark)#"> + <tr class="TableCell#(dark)#Light::Dark#(/dark)#" id="#[handle]#"> <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"> + <td id="#[handle]#_status_cell">#(terminateButton)#:: + <div id="#[handle]#_status" style="text-decoration:blink;float:left;">Running</div> + <form id="#[handle]#_terminate" style="float:left;" action="Crawler_p.html" method="get" enctype="multipart/form-data" accept-charset="UTF-8"> <div> <input type="hidden" name="handle" value="#[handle]#" /> <input type="submit" name="terminate" value="Terminate" class="btn btn-danger btn-xs"/> |
