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:
Alex Osborne
2025-12-18 21:40:42 +09:00
committed by GitHub
@@ -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">