Add read-only OCSentinel debug dashboard
This commit is contained in:
16
infra/debug-dashboard/templates/base.html
Normal file
16
infra/debug-dashboard/templates/base.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{% block title %}OCSentinel Debug{% endblock %}</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='app.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
<header class="masthead">
|
||||
<a href="/" class="brand"><span>OC</span> Sentinel Debug</a>
|
||||
<div class="badge">read-only database console</div>
|
||||
</header>
|
||||
<main>{% block content %}{% endblock %}</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user