Enable template auto-reload and fix scan log UI

TEMPLATES_AUTO_RELOAD=True so index.html volume-mount hot-reloads on
browser refresh without a container restart. Also: scan log persists
after scan with dismiss button when failures exist; slider renamed
from Sessions to Parallel with clarifying tooltip.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-13 17:22:19 +00:00
parent 949fa016b1
commit 121ac18250
2 changed files with 41 additions and 4 deletions
+1
View File
@@ -254,4 +254,5 @@ def api_export_png():
if __name__ == "__main__":
app.config['TEMPLATES_AUTO_RELOAD'] = True
app.run(host="0.0.0.0", port=5000, debug=False)