diff options
| author | reger <reger18@arcor.de> | 2017-08-20 22:17:27 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2017-08-20 22:17:27 +0200 |
| commit | 51a4e03c938364628d8813aa7d66e618cddf0a85 (patch) | |
| tree | eaeb131c3402a766fea469389c73bca6fd866bc4 /htroot/IndexImportWarc_p.html | |
| parent | 6cec2cdcb5a1b224f9353bfdcc13e2ae3970b44a (diff) | |
Allow to stop currently running warc import (stop button)
Diffstat (limited to 'htroot/IndexImportWarc_p.html')
| -rw-r--r-- | htroot/IndexImportWarc_p.html | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/htroot/IndexImportWarc_p.html b/htroot/IndexImportWarc_p.html index 0d490eb9e..2a79d1fc4 100644 --- a/htroot/IndexImportWarc_p.html +++ b/htroot/IndexImportWarc_p.html @@ -37,16 +37,19 @@ <br /> :: - <form><fieldset><legend>Import Process</legend> - <dl> - <dt>Thread:</dt><dd>#[thread]#</dd> - <dt>Warc File:</dt><dd>#[warcfile]#</dd> - <dt>Processed:</dt><dd>#[count]# Entries</dd> - <dt>Speed:</dt><dd>#[speed]# pages per second</dd> - <dt>Running Time:</dt><dd>#[runningHours]# hours, #[runningMinutes]# minutes</dd> - <dt>Remaining Time:</dt><dd>#[remainingHours]# hours, #[remainingMinutes]# minutes</dd> - </dl> - </fieldset></form> + <form> + <fieldset><legend>Import Process</legend> + <dl> + <dt>Thread:</dt><dd>#[thread]#</dd> + <dt>Warc File:</dt><dd>#[warcfile]#</dd> + <dt>Processed:</dt><dd>#[count]# Entries</dd> + <dt>Speed:</dt><dd>#[speed]# pages per second</dd> + <dt>Running Time:</dt><dd>#[runningHours]# hours, #[runningMinutes]# minutes</dd> + <dt>Remaining Time:</dt><dd>#[remainingHours]# hours, #[remainingMinutes]# minutes</dd> + </dl> + </fieldset> + <input name="abort" type="submit" class="btn btn-danger" value="Stop"/> + </form> #(/import)# #%env/templates/footer.template%# |
