From 5b726341603a5e9afca172133c8f0ca8e1e79924 Mon Sep 17 00:00:00 2001
From: Bartek <118764028+barteqcz@users.noreply.github.com>
Date: Sun, 19 Jan 2025 15:46:34 +0100
Subject: [PATCH] Update wizard.ejs
---
web/wizard.ejs | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/web/wizard.ejs b/web/wizard.ejs
index 18e1d81..45b2b70 100644
--- a/web/wizard.ejs
+++ b/web/wizard.ejs
@@ -153,16 +153,16 @@
Webserver info
In this part, we will set up your webserver info, such as the server name, description and location.
-
+
-
+
Location
Location info is useful for automatic identification of stations using RDS.
- <%- include('_components', {component: 'text', cssClass: 'w-250', placeholder: '', label: 'Latitude', id: 'identification-lat'}) %>
- <%- include('_components', {component: 'text', cssClass: 'w-250', placeholder: '', label: 'Longitude', id: 'identification-lon'}) %>
+ <%- include('_components', {component: 'text', cssClass: 'w-250 br-15', placeholder: '', label: 'Latitude', id: 'identification-lat'}) %>
+ <%- include('_components', {component: 'text', cssClass: 'w-250 br-15', placeholder: '', label: 'Longitude', id: 'identification-lon'}) %>