Update templates/irr_tools.html

This commit is contained in:
Blackwhitebear8 2025-10-31 21:05:42 +01:00
parent aa0ca8eeaa
commit ea528f8b33

View file

@ -42,7 +42,7 @@
<section id="irr-log">
<h2>Log Output</h2>
<div id="statusMessage" class="alert alert-secondary" role="alert" style="display: none;"></div>
<pre id="logOutput" class="bg-dark text-light p-3 rounded" style="min-height: 100px; max-height: 600px; overflow-y: auto; white-space: pre-wrap;">Click on Start IRR Update or View Log to see the output here.</pre>
<pre id="logOutput" class="bg-dark text-light p-3 rounded" style="min-height: 100px; max-height: 600px; overflow-y: auto; white-space: pre-wrap;">Click on 'Start IRR Update' or 'View Log' to see the output here.</pre>
</section>
<script src="{{ url_for('static', filename='js/pages/irr_tools.js') }}"></script>