Parcourir la source

minor ui improvement

Élie Bouttier il y a 7 ans
Parent
commit
6a6a64d31c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      services/templates/services/antenna_map.html

+ 1 - 1
services/templates/services/antenna_map.html

@@ -50,7 +50,7 @@ function init_map (map, options) {
                 content += '<b>SSID :</b> ' + feature.properties.ssid + '<br>';
             }
             if (feature.properties.orientation) {
-                content += '<b>Orientation :</b> ' + feature.properties.orientation + '<br>';
+                content += '<b>Orientation :</b> ' + feature.properties.orientation + '°<br>';
             }
             if (content) {
                 layer.bindPopup(content);