modified: templates/logs.html
This commit is contained in:
@@ -15,10 +15,7 @@
|
||||
<a href="{{ url_for('download_logs') }}" class="btn btn-secondary mb-3">Download Logs</a>
|
||||
<pre id="log-content" style="height: 500px; overflow-y: scroll; background-color: #f8f9fa; padding: 10px; border: 1px solid #ddd;"></pre>
|
||||
<a href="{{ url_for('index') }}" class="btn btn-secondary btn-block mt-3">Back to Dashboard</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button class="btn btn-warning mb-3" onclick="archiveLogs()">Archive Logs</button>
|
||||
<button class="btn btn-warning mb-3" onclick="archiveLogs()">Archive Logs</button>
|
||||
|
||||
<script>
|
||||
function archiveLogs() {
|
||||
@@ -31,6 +28,9 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.2/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user