From 2e67d7252f35249b02cd3cad486e85be4a86b106 Mon Sep 17 00:00:00 2001 From: rubn Date: Sun, 15 Feb 2026 21:52:30 +0100 Subject: [PATCH] Enhance manager auto-refresh with interval control and selection persistence This update improves the auto-refresh functionality on the Bastille manager page. It introduces a dropdown menu allowing users to select the refresh interval or disable it. Additionally, jail selections are now preserved across automatic refreshes, and action buttons are updated accordingly. --- gui/bastille_manager_gui.php | 72 ++++++++++++++++++++++++++++++++---- 1 file changed, 64 insertions(+), 8 deletions(-) diff --git a/gui/bastille_manager_gui.php b/gui/bastille_manager_gui.php index bbdff46..7243760 100644 --- a/gui/bastille_manager_gui.php +++ b/gui/bastille_manager_gui.php @@ -373,6 +373,31 @@ endif; $pgtitle = [gtext("Extensions"), gtext('Bastille'), gtext('Manager')]; include 'fbegin.inc'; ?> + +