diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-01-16 22:18:58 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-01-16 22:18:58 +0100 |
commit | ea68256ae1e15fdcb675dac1ec8e3717a84ed36e (patch) | |
tree | 4777021bb67bb4926fd980a318443c76323ede85 /templates/dashboard.html | |
parent | 81a61c28619ef9f32e79e5698bc4162ca1ceb82d (diff) | |
download | cats-radio-node-ea68256ae1e15fdcb675dac1ec8e3717a84ed36e.tar.gz cats-radio-node-ea68256ae1e15fdcb675dac1ec8e3717a84ed36e.tar.bz2 cats-radio-node-ea68256ae1e15fdcb675dac1ec8e3717a84ed36e.zip |
Improve CSS
Diffstat (limited to 'templates/dashboard.html')
-rw-r--r-- | templates/dashboard.html | 6 |
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 %} |