mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-22 05:35:49 +00:00
Merge pull request #704 from Querela/feature/styling-max-height-joblist-for-exit
WebUI: Engine page: Limit height of "Exit Java" joblist, set auto-scroll behaviour on overflow
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
<div class="large-5 columns">
|
||||
<div class="panel">
|
||||
<h3>Exit Java</h3>
|
||||
<form method='POST'>
|
||||
<form method='POST' style="max-height:20em;overflow-y:auto">
|
||||
<#list engine.jobs as crawlJob>
|
||||
<#if crawlJob.hasApplicationContext>
|
||||
<label for='ignore__${crawlJob.key}' style="color:#d9534f">
|
||||
|
||||
Reference in New Issue
Block a user