Webinterface
This commit is contained in:
13
srv/poe_manager/templates/logs.html
Normal file
13
srv/poe_manager/templates/logs.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Live Log</title>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css">
|
||||
<meta http-equiv="refresh" content="5"> <!-- alle 5 Sekunden neu laden -->
|
||||
</head>
|
||||
<body class="p-3">
|
||||
<h2>Live Log: {{ log_name }}</h2>
|
||||
<a href="{{ url_for('index') }}" class="btn btn-secondary mb-3">Zurück zum Dashboard</a>
|
||||
<pre style="height:80vh; overflow:auto; background:#f8f9fa; padding:10px;">{{ log_content }}</pre>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user