Skip to content

Commit

Permalink
Update clients.asp
Browse files Browse the repository at this point in the history
  • Loading branch information
fightroad authored Sep 13, 2024
1 parent f21f377 commit cece34c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/user/www/n56u_ribbon_fixed/device-map/clients.asp
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ function networkmap_update(s){
<th colspan="5" style="text-align: center;"><#ConnectedClient#></th>
</tr>
<tr>
<th width="8%"><a href="javascript:sort(0)"><#Type#></a></th>
<th width="8%"><a href="javascript:sort(0)">TYPE</a></th>
<th><a href="javascript:sort(1)"><#Computer_Name#></a></th>
<th width="20%"><a href="javascript:sort(2)">IP</a></th>
<th width="24%"><a href="javascript:sort(3)">MAC</a></th>
Expand All @@ -406,7 +406,7 @@ function networkmap_update(s){
<th colspan="5" style="text-align: center;"><#BlockedClient#></th>
</tr>
<tr>
<th width="8%"><#Type#></th>
<th width="8%">TYPE</th>
<th><#Computer_Name#></th>
<th width="20%">IP</th>
<th width="24%">MAC</th>
Expand Down

0 comments on commit cece34c

Please sign in to comment.