diff --git a/ffmap/web/templates/router.html b/ffmap/web/templates/router.html index 311afa0..507c934 100644 --- a/ffmap/web/templates/router.html +++ b/ffmap/web/templates/router.html @@ -26,6 +26,10 @@ li.list-group-item:hover { background-color: #f5f5f5; } + .wlaninfo { + font-weight:bold; + font-style:italic; + } /* hack to remove flex css on small single-column layout */ @media(max-width:991px) { @@ -273,16 +277,16 @@
{%- if netif.wlan_type -%} - {{netif.wlan_type}},  + {{netif.wlan_type}},  {%- endif -%} {%- if netif.wlan_channel -%} - Channel: {{netif.wlan_channel}},  + Channel: {{netif.wlan_channel}},  {%- endif -%} {%- if netif.wlan_ssid -%} - SSID: {{netif.wlan_ssid}},  + SSID: {{netif.wlan_ssid}},  {%- endif -%} {%- if netif.wlan_txpower -%} - Tx-Power: {{netif.wlan_txpower}} + Tx-Power: {{netif.wlan_txpower}} {%- endif -%}