🎉 Feat/Fix: Log Rotation & Integration Improvement 🎉
📚 Added htmx-integration.js for enhanced interactivity 🌟 💄 Refactored backend/logs/dark-light-unified.css for better theming consistency 📝 🐛 Optimized logging files (app.log, data_management.log, etc.) for performance & error tracking 🛡️
This commit is contained in:
@ -903,6 +903,9 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<!-- HTMX Non-Invasive Integration (lädt nur bei Bedarf) -->
|
||||
<script src="{{ url_for('static', filename='js/htmx-integration.js') }}"></script>
|
||||
|
||||
<!-- Jobs Safety Fix laden -->
|
||||
<script src="{{ url_for('static', filename='js/jobs-safety-fix.js') }}"></script>
|
||||
|
||||
|
Reference in New Issue
Block a user