admin-status/overview: Use MAC-Address in table header of associated stations instead of BSSID (#312)
This commit is contained in:
parent
61778a3239
commit
6bc73f7af9
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue