diff options
Diffstat (limited to 'templates/dashboard.html')
-rw-r--r-- | templates/dashboard.html | 5 |
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 %} |