diff options
Diffstat (limited to 'torouterui/templates/lib.html')
-rw-r--r-- | torouterui/templates/lib.html | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/torouterui/templates/lib.html b/torouterui/templates/lib.html index 6ac5e12..03a671f 100644 --- a/torouterui/templates/lib.html +++ b/torouterui/templates/lib.html @@ -39,8 +39,17 @@ Network hardware not detected at all! <th>SSID <td><span style="font-family:monospace;">{{ ifstatus.ssid }}</span> <tr> - <th>Frequency - <td><span style="font-family:monospace;">{{ ifstatus.freq }}</span> + <th>SSID Broadcast? + <td><span style="font-family:monospace;">{{ ifstatus.ssid_broadcast }}</span> + <tr> + <th>Channel + <td><span style="font-family:monospace;">{{ ifstatus.channel }}</span> + <tr> + <th>TX Power + <td><span style="font-family:monospace;">{{ ifstatus.tx_power }}</span> + <tr> + <th>Auth Mode + <td><span style="font-family:monospace;">{{ ifstatus.auth_mode }}</span> <tr> <th>Signal Strength <td><span style="font-family:monospace;">{{ ifstatus.signal_dbm }}</span> |