Browse Source

minor ui improvement

Élie Bouttier 7 years ago
parent
commit
6a6a64d31c
1 changed files with 1 additions and 1 deletions
  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);