aboutsummaryrefslogtreecommitdiffstats
path: root/templates/dashboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/dashboard.html')
-rw-r--r--templates/dashboard.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/dashboard.html b/templates/dashboard.html
index fa899ba..a58bec6 100644
--- a/templates/dashboard.html
+++ b/templates/dashboard.html
@@ -1,12 +1,12 @@
{% include "head.html" %}
-<div class="">
+<div class="content">
<h1>Dashboard</h1>
- <div>
+ <div class="section">
<h2>Statistics</h2>
<p>This node is up since {{ node_startup_time }}</p>
<p>Database contains {{ num_received_frames }} received frames</p>
</div>
- <div>
+ <div class="section">
<h2>Ten most recent packets</h2>
<ul>
{% for packet in packets %}