From dd2fed91c798490eb3007ce51387a7f2816243d5 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Tue, 31 Dec 2024 22:32:32 +0100 Subject: [PATCH] don't restrict the crontable in height --- assets/js/sections/cron.js | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/js/sections/cron.js b/assets/js/sections/cron.js index 04b42d7ef..1b6ba983b 100644 --- a/assets/js/sections/cron.js +++ b/assets/js/sections/cron.js @@ -35,7 +35,6 @@ function init_datatable() { "pageLength": 25, responsive: true, ordering: true, - "scrollY": "600px", "scrollCollapse": true, "paging": false, "scrollX": true,