diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-10-10 16:08:00 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-10-10 16:08:00 +0000 |
commit | 6bc73f7af9f15b5ff77bfe599c767f1cbf169445 (patch) | |
tree | 9eed7fd59f8a4d8fc8a151d7e399b3b9cd06ead3 /modules | |
parent | 61778a32394378c6b120a290739984f3c9c812ce (diff) |
admin-status/overview: Use MAC-Address in table header of associated stations instead of BSSID (#312)
Diffstat (limited to 'modules')
-rw-r--r-- | modules/admin-full/luasrc/view/admin_status/index.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/view/admin_status/index.htm b/modules/admin-full/luasrc/view/admin_status/index.htm index 57ff86fd4..1228fdf8d 100644 --- a/modules/admin-full/luasrc/view/admin_status/index.htm +++ b/modules/admin-full/luasrc/view/admin_status/index.htm @@ -544,7 +544,7 @@ $Id$ <table class="cbi-section-table" id="wifi_assoc_table"> <tr class="cbi-section-table-titles"> <th class="cbi-section-table-cell"> </th> - <th class="cbi-section-table-cell"><%:BSSID%></th> + <th class="cbi-section-table-cell"><%:MAC-Address%></th> <th class="cbi-section-table-cell"><%:Network%></th> <th class="cbi-section-table-cell"><%:Signal%></th> <th class="cbi-section-table-cell"><%:Noise%></th> |