Skip to content

Commit

Permalink
fix: GT-BE98U: Fixed Wireless log page
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheweli committed Jul 21, 2024
1 parent 95dd47e commit 392614e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/src/router/www/Main_WStatus_Content.asp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function redraw(){
var bandname_array = [];
var code = "";
if (based_modelid === 'GT-AXE16000') {
if (based_modelid === 'GT-AXE16000' || based_modelid === 'GT-BE98') {
apinfo_array = [dataarray3, dataarray0, dataarray1, dataarray2];
client_array = [wificlients3, wificlients0, wificlients1, wificlients2];
dfs_array = [[],dfs_statusarray0, dfs_statusarray1, []];
Expand Down

0 comments on commit 392614e

Please sign in to comment.