fix(scheduler): save interval change even when auto is disabled

updateSchedulerInterval() only saved when enabled=true, so changing
the dropdown with auto off was lost on refresh. Now always persists.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-04-01 14:07:47 +00:00
parent cfcae03682
commit 3b9198d742
2 changed files with 2 additions and 5 deletions

View File

@@ -114,5 +114,5 @@
{% endblock %}
{% block scripts %}
<script src="{{ request.scope.get('root_path', '') }}/static/js/dashboard.js?v=33"></script>
<script src="{{ request.scope.get('root_path', '') }}/static/js/dashboard.js?v=34"></script>
{% endblock %}