diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-01-13 23:23:00 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-01-13 23:23:00 +0100 |
commit | c8fe8be8c9f2e72fdb1259521e0b3ce0ca0324ee (patch) | |
tree | ae7ab621500975994c4284d5dbe3e480d3e509e0 | |
parent | 241622ff7fd612eb521dec8829153851406c5884 (diff) | |
download | cats-radio-node-c8fe8be8c9f2e72fdb1259521e0b3ce0ca0324ee.tar.gz cats-radio-node-c8fe8be8c9f2e72fdb1259521e0b3ce0ca0324ee.tar.bz2 cats-radio-node-c8fe8be8c9f2e72fdb1259521e0b3ce0ca0324ee.zip |
Add SSID to header
-rw-r--r-- | templates/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/head.html b/templates/head.html index 10d2b13..99a4bca 100644 --- a/templates/head.html +++ b/templates/head.html @@ -14,7 +14,7 @@ <div class="h-full min-h-screen p-3 space-y-2 w-60 bg-sky-100 text-sky-800"> <div class="p-3 rounded-lg space-y-2 bg-sky-300 text-sky-900"> <p class="text-lg">CATS Radio Node</p> - <p class="text-lg font-semibold">{{ conf.callsign }}</p> + <p class="text-lg font-semibold">{{ conf.callsign }}-{{ conf.ssid }}</p> </div> <div class="divide-y divide-sky-300"> |