admin-status/overview: Use MAC-Address in table header of associated stations instead of BSSID (#312)

This commit is contained in:
Manuel Munz 2011-10-10 16:08:00 +00:00
parent 61778a3239
commit 6bc73f7af9

View file

@ -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">&#160;</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>