aboutsummaryrefslogtreecommitdiffstats
path: root/templates/dashboard.html
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2024-01-16 22:18:32 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2024-01-16 22:18:32 +0100
commit81a61c28619ef9f32e79e5698bc4162ca1ceb82d (patch)
treed274a43a7b05a0a48269af1f32f616951b0c4288 /templates/dashboard.html
parent6db211a70f95c339710ac73ec12d9e7c5664a278 (diff)
downloadcats-radio-node-81a61c28619ef9f32e79e5698bc4162ca1ceb82d.tar.gz
cats-radio-node-81a61c28619ef9f32e79e5698bc4162ca1ceb82d.tar.bz2
cats-radio-node-81a61c28619ef9f32e79e5698bc4162ca1ceb82d.zip
Add Destination to Send page
Diffstat (limited to 'templates/dashboard.html')
-rw-r--r--templates/dashboard.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/dashboard.html b/templates/dashboard.html
index be176c4..fa899ba 100644
--- a/templates/dashboard.html
+++ b/templates/dashboard.html
@@ -2,6 +2,11 @@
<div class="">
<h1>Dashboard</h1>
<div>
+ <h2>Statistics</h2>
+ <p>This node is up since {{ node_startup_time }}</p>
+ <p>Database contains {{ num_received_frames }} received frames</p>
+ </div>
+ <div>
<h2>Ten most recent packets</h2>
<ul>
{% for packet in packets %}