diff options
-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"> |